menu
sara
main.dart
themeNotifier property
themeNotifier
dark_mode
light_mode
themeNotifier
top-level property
ValueNotifier
<
ThemeMode
>
themeNotifier
getter/setter pair
Implementation
ValueNotifier<ThemeMode> themeNotifier = ValueNotifier(ThemeMode.system);
sara
main
themeNotifier property
main library