clearSegmentStyle method
Clears HeatmapDataPoint.segmentStyle to null.
Implementation
HeatmapDataPoint clearSegmentStyle() => copyWith(clearSegmentStyle: true);
Clears HeatmapDataPoint.segmentStyle to null.
HeatmapDataPoint clearSegmentStyle() => copyWith(clearSegmentStyle: true);