color method
T
color(
- dynamic value
Set text color - accepts Color object or String (token name/hex)
Implementation
T color(dynamic value) {
return copyWith(flyStyle.copyWith(color: value));
}
Set text color - accepts Color object or String (token name/hex)
T color(dynamic value) {
return copyWith(flyStyle.copyWith(color: value));
}