withStyle method
- AnnotationStyle value
Replaces TrendAnnotation.style with value.
Implementation
TrendAnnotation withStyle(AnnotationStyle value) => copyWith(style: value);
Replaces TrendAnnotation.style with value.
TrendAnnotation withStyle(AnnotationStyle value) => copyWith(style: value);