menu
driver_lite
logic/cubit/theme/theme_cubit.dart
ThemeState
themeMode property
themeMode
dark_mode
light_mode
themeMode
property
ThemeMode
themeMode
final
The active
ThemeMode
— either
ThemeMode.light
or
ThemeMode.dark
.
Implementation
final ThemeMode themeMode;
driver_lite
theme_cubit
ThemeState
themeMode property
ThemeState class