withPoints method

ScatterChartSeries withPoints(
  1. List<ChartDataPoint> value
)

Replaces ScatterChartSeries.points with value.

Implementation

ScatterChartSeries withPoints(List<ChartDataPoint> value) =>
    copyWith(points: value);