lightGray property
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);
RGBA values for the named CSS color 'lightgray'.
static Vector4 get lightGray =>
Vector4(211.0 / 255.0, 211.0 / 255.0, 211.0 / 255.0, 255.0 / 255.0);