clearColorValue method
Clears HeatmapDataPoint.colorValue to null.
Implementation
HeatmapDataPoint clearColorValue() => copyWith(clearColorValue: true);
Clears HeatmapDataPoint.colorValue to null.
HeatmapDataPoint clearColorValue() => copyWith(clearColorValue: true);