blue property

  1. @Deprecated("'blue' is deprecated and shouldn't be used. Use .b.")
  2. @override
int get blue
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;