Replaces HeatmapDataPoint.x with value.
value
HeatmapDataPoint withX(double value) => copyWith(x: value);