menu
sst_base package
documentation
model/app_theme.dart
AppTheme
backgroundColor method
backgroundColor method
dark_mode
light_mode
backgroundColor
method
Color
backgroundColor
(
)
Implementation
Color backgroundColor() => darkTheme ? backgroundDark : backgroundLight;
sst_base package
documentation
model/app_theme
AppTheme
backgroundColor method
AppTheme class