menu
better_extensions package
documentation
text.dart
TextExtension
withColor method
withColor method
dark_mode
light_mode
withColor
method
Text
withColor
(
Color
color
)
Implementation
Text withColor(Color color) => copyWith(style: style?.withColor(color));
better_extensions package
documentation
text
TextExtension
withColor method
TextExtension extension on
Text