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