menu
vyuh_feature_system package
documentation
service/theme_service.dart
ThemeService
theme method
theme method
dark_mode
light_mode
theme
method
ThemeData
?
theme
(
ThemeMode
mode
)
Implementation
ThemeData? theme(ThemeMode mode) => _themeMap[mode];
vyuh_feature_system package
documentation
service/theme_service
ThemeService
theme method
ThemeService class