withBounds method

HeatmapDataPoint withBounds(
  1. HeatmapCellBounds value
)

Replaces HeatmapDataPoint.bounds with value.

Implementation

HeatmapDataPoint withBounds(HeatmapCellBounds value) =>
    copyWith(bounds: value);