menu
Flutter
vector_math
Vector3
rgb property
rgb
brightness_4
brightness_5
rgb
property
Vector3
rgb
Implementation
Vector3 get rgb => xyz;
void
rgb=
(
Vector3
arg
)
Implementation
set rgb(Vector3 arg) => xyz = arg;
Flutter
vector_math
Vector3
rgb property
Vector3 class