withAnnotations method

AreaChartSeries withAnnotations(
  1. List<ChartAnnotation> value
)

Replaces AreaChartSeries.annotations with value.

Implementation

AreaChartSeries withAnnotations(List<ChartAnnotation> value) =>
    copyWith(annotations: value);