menu
vyuh_feature_system package
documentation
service/theme_service.dart
ThemeService
currentMode property
currentMode property
dark_mode
light_mode
currentMode
property
Observable
<
ThemeMode
>
currentMode
final
Implementation
final Observable<ThemeMode> currentMode = Observable(ThemeMode.light);
vyuh_feature_system package
documentation
service/theme_service
ThemeService
currentMode property
ThemeService class