getTextAnchor method

Future<TextAnchor?> getTextAnchor()

Part of the text placed closest to the anchor. Default value: "center".

Implementation

Future<TextAnchor?> getTextAnchor() => _annotationMessenger.getTextAnchor(id);