blue property

int get blue
inherited

The blue value of this color.

Ranges from 0 to 255.

Implementation

int get blue => _blue.round();