linen property

Vector4 get linen

RGBA values for the named CSS color 'linen'.

Implementation

static Vector4 get linen => Vector4(250.0 / 255.0, 240.0 / 255.0, 230.0 / 255.0, 255.0 / 255.0);