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