ThemeState constructor
const
ThemeState({
- ThemeMode themeMode = ThemeMode.system,
- CustomThemeData? customTheme,
- bool isDarkMode = false,
Implementation
const ThemeState({
this.themeMode = ThemeMode.system,
this.customTheme,
this.isDarkMode = false,
});