whiteSmoke property

Vector4 get whiteSmoke

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);