MarkdownContentPage constructor

const MarkdownContentPage({
  1. Key? key,
  2. required AppAttributes appAttributes,
  3. required Footer 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,
});