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