withAnnotations method

BarChartSeries withAnnotations(
  1. List<ChartAnnotation> value
)

Replaces BarChartSeries.annotations with value.

Implementation

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