theme property
An optional theme extension for this component.
This will be merged into the ContentTheme of a page when the component
is included in it's PageConfig.
Implementation
@override
ThemeExtension<Object?>? get theme => null;
An optional theme extension for this component.
This will be merged into the ContentTheme of a page when the component
is included in it's PageConfig.
@override
ThemeExtension<Object?>? get theme => null;