clearSegmentStyle method

CandlestickDataPoint clearSegmentStyle()

Clears CandlestickDataPoint.segmentStyle to null.

Implementation

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