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