withPoints method
- List<
ChartDataPoint> value
Replaces PieChartSeries.points with value.
Implementation
PieChartSeries withPoints(List<ChartDataPoint> value) =>
copyWith(points: value);
Replaces PieChartSeries.points with value.
PieChartSeries withPoints(List<ChartDataPoint> value) =>
copyWith(points: value);