withAnnotations method

LineChartSeries withAnnotations(
  1. List<ChartAnnotation> value
)

Replaces LineChartSeries.annotations with value.

Implementation

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