red property
The red channel of this color in an 8 bit value.
Implementation
@Deprecated("'red' is deprecated and shouldn't be used. Use .r.")
@override
int get red => _color.red;
The red channel of this color in an 8 bit value.
@Deprecated("'red' is deprecated and shouldn't be used. Use .r.")
@override
int get red => _color.red;