ivory property

Vector4 get ivory

RGBA values for the named CSS color 'ivory'.

Implementation

static Vector4 get ivory => Vector4(255.0 / 255.0, 255.0 / 255.0, 240.0 / 255.0, 255.0 / 255.0);