withStyle method

RangeAnnotation withStyle(
  1. AnnotationStyle value
)

Replaces RangeAnnotation.style with value.

Implementation

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