withSegmentStyle method
- SegmentStyle value
Replaces CandlestickDataPoint.segmentStyle with value.
Implementation
CandlestickDataPoint withSegmentStyle(SegmentStyle value) =>
copyWith(segmentStyle: value);
Replaces CandlestickDataPoint.segmentStyle with value.
CandlestickDataPoint withSegmentStyle(SegmentStyle value) =>
copyWith(segmentStyle: value);