menu
flutter_extended package
documentation
extensions/ext_textstyle.dart
ExtTextStyle
col method
col method
dark_mode
light_mode
col
method
TextStyle
col
(
Color
c
)
Sets the text color.
Implementation
TextStyle col(Color c) => copyWith(color: c);
flutter_extended package
documentation
extensions/ext_textstyle
ExtTextStyle
col method
ExtTextStyle extension on
TextStyle