clearPointStyle method

HeatmapDataPoint clearPointStyle()

Clears HeatmapDataPoint.pointStyle to null.

Implementation

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