indigo property

Vector4 get indigo

RGBA values for the named CSS color 'indigo'.

Implementation

static Vector4 get indigo => Vector4(75.0 / 255.0, 0.0 / 255.0, 130.0 / 255.0, 255.0 / 255.0);