DuxtPageConfig constructor

const DuxtPageConfig({
  1. List<PageLayoutBase> layouts = const [],
  2. List<CustomComponent> components = const [],
  3. ContentTheme? theme,
  4. List<PageExtension> extensions = const [],
})

Implementation

const DuxtPageConfig({
  this.layouts = const [],
  this.components = const [],
  this.theme,
  this.extensions = const [],
});