MarkdownFilePage constructor

const MarkdownFilePage({
  1. dynamic key,
  2. required dynamic currentLocale,
  3. required String filePathDe,
  4. required String filePathEn,
  5. String imageDirectory = 'assets/images/',
  6. required bool useLightMode,
})

Implementation

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