withAnnotations method
- List<
ChartAnnotation> value
Replaces ScatterChartSeries.annotations with value.
Implementation
ScatterChartSeries withAnnotations(List<ChartAnnotation> value) =>
copyWith(annotations: value);
Replaces ScatterChartSeries.annotations with value.
ScatterChartSeries withAnnotations(List<ChartAnnotation> value) =>
copyWith(annotations: value);