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