ComponentTheme constructor
ComponentTheme({
- Key? key,
- ThemeState? themeState,
- required Widget child,
Implementation
ComponentTheme({
super.key,
ThemeState? themeState,
required this.child,
}) : themeState = themeState ?? ThemeState();