setTextAnchor method
- TextAnchor textAnchor
Part of the text placed closest to the anchor. Default value: "center".
Implementation
Future<void> setTextAnchor(TextAnchor textAnchor) =>
_annotationMessenger.setTextAnchor(id, textAnchor);
Part of the text placed closest to the anchor. Default value: "center".
Future<void> setTextAnchor(TextAnchor textAnchor) =>
_annotationMessenger.setTextAnchor(id, textAnchor);