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