menu
flutter_scene package
documentation
fscene.dart
ColorValue
ColorValue.new const constructor
ColorValue.new const constructor
dark_mode
light_mode
ColorValue
constructor
const
ColorValue
(
double
r
,
double
g
,
double
b
,
double
a
,
)
Implementation
const ColorValue(this.r, this.g, this.b, this.a);
flutter_scene package
documentation
fscene
ColorValue
ColorValue.new const constructor
ColorValue class