Replaces HeatmapDataPoint.y with value.
value
HeatmapDataPoint withY(double value) => copyWith(y: value);