M3ETheme constructor
const
M3ETheme({
- required M3EThemeData data,
- required Widget child,
- Brightness? initialTheme,
- bool? autoTheming,
- bool? dynamicColoring,
- M3EThemeController? controller,
- Key? key,
Creates an expressive theme provider for child.
Implementation
const M3ETheme({
required this.data,
required this.child,
this.initialTheme,
this.autoTheming,
this.dynamicColoring,
this.controller,
super.key,
});