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