DuxtPageConfig class

Configuration for DuxtPage rendering

Constructors

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

Properties

components List<CustomComponent>
Custom components that can be used in markdown
final
extensions List<PageExtension>
Page extensions for post-processing
final
hashCode int
The hash code for this object.
no setterinherited
layouts List<PageLayoutBase>
Page layouts (first one is used as fallback)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
theme ContentTheme?
Content theme
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited