wheat property

Vector4 get wheat

RGBA values for the named CSS color 'wheat'.

Implementation

static Vector4 get wheat => Vector4(245.0 / 255.0, 222.0 / 255.0, 179.0 / 255.0, 255.0 / 255.0);