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