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