fuchsia property

Vector4 get fuchsia

RGBA values for the named CSS color 'fuchsia'.

Implementation

static Vector4 get fuchsia => Vector4(255.0 / 255.0, 0.0 / 255.0, 255.0 / 255.0, 255.0 / 255.0);