ghostWhite property

Vector4 get ghostWhite

RGBA values for the named CSS color 'ghostwhite'.

Implementation

static Vector4 get ghostWhite =>
    Vector4(248.0 / 255.0, 248.0 / 255.0, 255.0 / 255.0, 255.0 / 255.0);