lightCyan property

Vector4 get lightCyan

RGBA values for the named CSS color 'lightcyan'.

Implementation

static Vector4 get lightCyan =>
    Vector4(224.0 / 255.0, 255.0 / 255.0, 255.0 / 255.0, 255.0 / 255.0);