MarkdownContentPage constructor
- dynamic key,
- required dynamic appAttributes,
- required MarkdownContentConfig config,
- String appendixTitle = 'Appendix',
Implementation
const MarkdownContentPage({
super.key,
required this.appAttributes,
required this.footer,
required this.config,
this.appendixTitle = 'Appendix',
});