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