lightBlue property
RGBA values for the named CSS color 'lightblue'.
Implementation
static Vector4 get lightBlue =>
Vector4(173.0 / 255.0, 216.0 / 255.0, 230.0 / 255.0, 255.0 / 255.0);
RGBA values for the named CSS color 'lightblue'.
static Vector4 get lightBlue =>
Vector4(173.0 / 255.0, 216.0 / 255.0, 230.0 / 255.0, 255.0 / 255.0);