lightGray property

Vector4 get lightGray

RGBA values for the named CSS color 'lightgray'.

Implementation

static Vector4 get lightGray =>
    Vector4(211.0 / 255.0, 211.0 / 255.0, 211.0 / 255.0, 255.0 / 255.0);