b property

int b

Gets the blue component of this color as an integer.

Implementation

int get b => this.value & 0xFF;