clearSegmentStyle method

RangeAreaDataPoint clearSegmentStyle()

Clears RangeAreaDataPoint.segmentStyle to null.

Implementation

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