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 ? const Color(0xff222222) : const Color(0xffeeeeee);
sst_base package
documentation
model/app_theme
AppTheme
backgroundColor method
AppTheme class