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