white property
RGBA values for the named CSS color 'white'.
Implementation
static Vector4 get white => Vector4(255.0 / 255.0, 255.0 / 255.0, 255.0 / 255.0, 255.0 / 255.0);
RGBA values for the named CSS color 'white'.
static Vector4 get white => Vector4(255.0 / 255.0, 255.0 / 255.0, 255.0 / 255.0, 255.0 / 255.0);