menu
gradients package
documentation
gradients.dart
RgbColor
blue property
blue property
dark_mode
light_mode
blue
property
int
get
blue
inherited
The blue value of this color.
Ranges from
0
to
255
.
Implementation
int get blue => _blue.round();
gradients package
documentation
gradients
RgbColor
blue property
RgbColor class