menu
u package
documentation
utils/u_app_state.dart
UAppState
themeMode property
themeMode property
dark_mode
light_mode
themeMode
property
ValueNotifier
<
ThemeMode
>
themeMode
final
Implementation
static final ValueNotifier<ThemeMode> themeMode = ValueNotifier<ThemeMode>(ThemeMode.light);
u package
documentation
utils/u_app_state
UAppState
themeMode property
UAppState class