menu
seedkit_theme package
documentation
seedkit_theme_cubit.dart
ThemeState
ThemeState.new const constructor
ThemeState.new const constructor
dark_mode
light_mode
ThemeState
constructor
const
ThemeState
(
{
ThemeMode
themeMode
=
ThemeMode.system
,
bool
isDarkMode
=
false
,
})
Implementation
const ThemeState({ this.themeMode = ThemeMode.system, this.isDarkMode = false, });
seedkit_theme package
documentation
seedkit_theme_cubit
ThemeState
ThemeState.new const constructor
ThemeState class