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