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