withSegmentStyle method

ChartDataPoint withSegmentStyle(
  1. SegmentStyle value
)

Replaces ChartDataPoint.segmentStyle with value.

Implementation

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