clearSegmentStyle method

ChartDataPoint clearSegmentStyle()

Clears ChartDataPoint.segmentStyle to null.

Implementation

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