DuxtContentApp constructor
const
DuxtContentApp({
- String contentDir = 'content',
- bool eagerlyLoadAllPages = false,
- TemplateEngine? templateEngine,
- List<
PageParser> parsers = const [], - List<
PageExtension> extensions = const [], - List<
CustomComponent> components = const [], - List<
PageLayoutBase> layouts = const [], - 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,
});