M3EThemeScope constructor
const
M3EThemeScope({
- required M3EThemeData baseData,
- required M3EThemeController controller,
- required Widget child,
- Brightness? initialTheme,
- bool? autoTheming,
- bool? dynamicColoring,
- Key? key,
Creates an adaptive theme scope for child.
Implementation
const M3EThemeScope({
required this.baseData,
required this.controller,
required this.child,
this.initialTheme,
this.autoTheming,
this.dynamicColoring,
super.key,
});