b property

int b

The blue channel of this color.

Will be between 0 and 255 inclusive.

Implementation

int get b => value & 0xff;