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