withTrendAnnotations method

LegendAnnotation withTrendAnnotations(
  1. List<TrendAnnotation> value
)

Replaces LegendAnnotation.trendAnnotations with value.

Implementation

LegendAnnotation withTrendAnnotations(List<TrendAnnotation> value) =>
    copyWith(trendAnnotations: value);