withAnchor method

TextAnnotation withAnchor(
  1. AnnotationAnchor value
)

Replaces TextAnnotation.anchor with value.

Implementation

TextAnnotation withAnchor(AnnotationAnchor value) => copyWith(anchor: value);