withPoints method

AreaChartSeries withPoints(
  1. List<ChartDataPoint> value
)

Replaces AreaChartSeries.points with value.

Implementation

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