Replaces PointStyle.color with value.
value
PointStyle withColor(Color value) => copyWith(color: value);