hotPink property

Vector4 get hotPink

RGBA values for the named CSS color 'hotpink'.

Implementation

static Vector4 get hotPink => Vector4(255.0 / 255.0, 105.0 / 255.0, 180.0 / 255.0, 255.0 / 255.0);