withStyle method

ErrorBarAnnotation withStyle(
  1. AnnotationStyle value
)

Replaces ErrorBarAnnotation.style with value.

Implementation

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