clearBounds method

HeatmapDataPoint clearBounds()

Clears HeatmapDataPoint.bounds to null.

Implementation

HeatmapDataPoint clearBounds() => copyWith(clearBounds: true);