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