withY method

HeatmapDataPoint withY(
  1. double value
)

Replaces HeatmapDataPoint.y with value.

Implementation

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