withTrendAnnotations method
- List<
TrendAnnotation> value
Replaces LegendAnnotation.trendAnnotations with value.
Implementation
LegendAnnotation withTrendAnnotations(List<TrendAnnotation> value) =>
copyWith(trendAnnotations: value);
Replaces LegendAnnotation.trendAnnotations with value.
LegendAnnotation withTrendAnnotations(List<TrendAnnotation> value) =>
copyWith(trendAnnotations: value);