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