darkGray property
RGBA values for the named CSS color 'darkgray'.
Implementation
static Vector4 get darkGray =>
Vector4(169.0 / 255.0, 169.0 / 255.0, 169.0 / 255.0, 255.0 / 255.0);
RGBA values for the named CSS color 'darkgray'.
static Vector4 get darkGray =>
Vector4(169.0 / 255.0, 169.0 / 255.0, 169.0 / 255.0, 255.0 / 255.0);