menu
googleapis package
documentation
shared.dart
$RgbColor
$RgbColor constructor
$RgbColor constructor
dark_mode
light_mode
$RgbColor
constructor
$RgbColor
(
{
double
?
blue
,
double
?
green
,
double
?
red
,
})
Implementation
$RgbColor({ this.blue, this.green, this.red, });
googleapis package
documentation
shared
$RgbColor
$RgbColor constructor
$RgbColor class