MarkdownContentPage constructor

const MarkdownContentPage({
  1. dynamic key,
  2. required dynamic appAttributes,
  3. required dynamic footer,
  4. required String filePath,
  5. required String imageDir,
  6. required List<Map<String, String>> docsDesc,
})

Implementation

const MarkdownContentPage({
  super.key,
  required this.appAttributes,
  required this.footer,
  required this.filePath,
  required this.imageDir,
  required this.docsDesc,
});