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