menu
sub_zero_design_system package
documentation
theme.dart
TextStyleExtensions
withColor method
withColor method
dark_mode
light_mode
withColor
method
TextStyle
withColor
(
Color
color
)
Add custom color
Implementation
TextStyle withColor(Color color) => copyWith(color: color);
sub_zero_design_system package
documentation
theme
TextStyleExtensions
withColor method
TextStyleExtensions extension on
TextStyle