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