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