withPoints method

PieChartSeries withPoints(
  1. List<ChartDataPoint> value
)

Replaces PieChartSeries.points with value.

Implementation

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