b property

int get b

Extract the blue channel (0-255).

Implementation

int get b => argb & 0xFF;