withTrendDefaults method

AnnotationTheme withTrendDefaults(
  1. TrendAnnotationDefaults value
)

Replaces AnnotationTheme.trendDefaults with value.

Implementation

AnnotationTheme withTrendDefaults(TrendAnnotationDefaults value) =>
    copyWith(trendDefaults: value);