withBounds method
- HeatmapCellBounds value
Replaces HeatmapDataPoint.bounds with value.
Implementation
HeatmapDataPoint withBounds(HeatmapCellBounds value) =>
copyWith(bounds: value);
Replaces HeatmapDataPoint.bounds with value.
HeatmapDataPoint withBounds(HeatmapCellBounds value) =>
copyWith(bounds: value);