menu
eliud_core_main package
documentation
model/rgb_model.dart
RgbModel
RgbModel constructor
RgbModel constructor
dark_mode
light_mode
RgbModel
constructor
RgbModel
(
{
int
?
r
,
int
?
g
,
int
?
b
,
double
?
opacity
,
})
Implementation
RgbModel({ this.r, this.g, this.b, this.opacity, });
eliud_core_main package
documentation
model/rgb_model
RgbModel
RgbModel constructor
RgbModel class