MarkdownFilePage constructor
Implementation
const MarkdownFilePage({
super.key,
required this.currentLocale,
required this.filePathDe,
required this.filePathEn,
this.imageDirectory = 'assets/images/',
required this.useLightMode,
});
const MarkdownFilePage({
super.key,
required this.currentLocale,
required this.filePathDe,
required this.filePathEn,
this.imageDirectory = 'assets/images/',
required this.useLightMode,
});