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