menu
better_extensions package
documentation
text.dart
TextStyleExtension
withColor method
withColor method
dark_mode
light_mode
withColor
method
TextStyle
withColor
(
Color
color
)
Implementation
TextStyle withColor(Color color) => copyWith(color: color);
better_extensions package
documentation
text
TextStyleExtension
withColor method
TextStyleExtension extension on
TextStyle