theme property
ThemeExtension<Object?> ?
get
theme
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
ThemeExtension<Object?>? get theme => null;