withSegmentStyle method

RangeAreaDataPoint withSegmentStyle(
  1. SegmentStyle value
)

Replaces RangeAreaDataPoint.segmentStyle with value.

Implementation

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