darkGray property

Vector4 darkGray

Implementation

static Vector4 get darkGray =>
    Vector4(169.0 / 255.0, 169.0 / 255.0, 169.0 / 255.0, 255.0 / 255.0);