withAnchor method
- AnnotationAnchor value
Replaces TextAnnotation.anchor with value.
Implementation
TextAnnotation withAnchor(AnnotationAnchor value) => copyWith(anchor: value);
Replaces TextAnnotation.anchor with value.
TextAnnotation withAnchor(AnnotationAnchor value) => copyWith(anchor: value);