menu
flutter_scene package
documentation
fscene.dart
GizmoColor
GizmoColor.new const constructor
GizmoColor.new const constructor
dark_mode
light_mode
GizmoColor
constructor
const
GizmoColor
(
double
r
,
double
g
,
double
b
, [
double
a
=
1
,
])
A literal linear RGBA color.
Implementation
const GizmoColor(this.r, this.g, this.b, [this.a = 1]) : bind = null;
flutter_scene package
documentation
fscene
GizmoColor
GizmoColor.new const constructor
GizmoColor class