darkViolet property

Vector4 get darkViolet

RGBA values for the named CSS color 'darkviolet'.

Implementation

static Vector4 get darkViolet =>
    Vector4(148.0 / 255.0, 0.0 / 255.0, 211.0 / 255.0, 255.0 / 255.0);