DuxtPageConfig constructor
const
DuxtPageConfig({
- List<
PageLayoutBase> layouts = const [], - List<
CustomComponent> components = const [], - ContentTheme? theme,
- List<
PageExtension> extensions = const [],
Implementation
const DuxtPageConfig({
this.layouts = const [],
this.components = const [],
this.theme,
this.extensions = const [],
});