clearSegmentStyle method

HeatmapDataPoint clearSegmentStyle()

Clears HeatmapDataPoint.segmentStyle to null.

Implementation

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