clearColorValue method

HeatmapDataPoint clearColorValue()

Clears HeatmapDataPoint.colorValue to null.

Implementation

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