menu
sst_base package
documentation
model/app_theme.dart
AppTheme
secondaryColor method
secondaryColor method
dark_mode
light_mode
secondaryColor
method
Color
secondaryColor
(
)
Implementation
Color secondaryColor() => darkTheme ? const Color(0xff000000) : secondary;
sst_base package
documentation
model/app_theme
AppTheme
secondaryColor method
AppTheme class