menu
pretty_widgets package
documentation
pretty_widgets.dart
TextWidgetExtension
color method
color method
dark_mode
light_mode
color
method
Text
color
(
Color
color
)
Implementation
Text color(Color color) { return copyWith( style: style.copyWith(color: color), ); }
pretty_widgets package
documentation
pretty_widgets
TextWidgetExtension
color method
TextWidgetExtension extension on
Text