teal property

Vector4 get teal

RGBA values for the named CSS color 'teal'.

Implementation

static Vector4 get teal => Vector4(0.0 / 255.0, 128.0 / 255.0, 128.0 / 255.0, 255.0 / 255.0);