withSegmentStyle method

CandlestickDataPoint withSegmentStyle(
  1. SegmentStyle value
)

Replaces CandlestickDataPoint.segmentStyle with value.

Implementation

CandlestickDataPoint withSegmentStyle(SegmentStyle value) =>
    copyWith(segmentStyle: value);