DuxtContentApp constructor

const DuxtContentApp({
  1. String contentDir = 'content',
  2. bool eagerlyLoadAllPages = false,
  3. TemplateEngine? templateEngine,
  4. List<PageParser> parsers = const [],
  5. List<PageExtension> extensions = const [],
  6. List<CustomComponent> components = const [],
  7. List<PageLayoutBase> layouts = const [],
  8. ContentTheme? theme,
})

Implementation

const DuxtContentApp({
  this.contentDir = 'content',
  this.eagerlyLoadAllPages = false,
  this.templateEngine,
  this.parsers = const [],
  this.extensions = const [],
  this.components = const [],
  this.layouts = const [],
  this.theme,
});