r property

int r

Gets the blue component of this color as an integer.

Implementation

int get r => (this.value >> 16) & 0xFF;