withStyle method

TrendAnnotation withStyle(
  1. AnnotationStyle value
)

Replaces TrendAnnotation.style with value.

Implementation

TrendAnnotation withStyle(AnnotationStyle value) => copyWith(style: value);