menu
typings package
documentation
d/figma_plugin_typings.dart
Rgb
Rgb.new factory constructor
Rgb.new factory constructor
dark_mode
light_mode
Rgb
constructor
Rgb
(
{
num
?
r
,
num
?
g
,
num
?
b
,
})
Implementation
factory Rgb({ _i2.num? r, _i2.num? g, _i2.num? b, }) => Rgb._( r: r, g: g, b: b, );
typings package
documentation
d/figma_plugin_typings
Rgb
Rgb.new factory constructor
Rgb class