setTextAnchor method

Future<void> setTextAnchor(
  1. TextAnchor textAnchor
)

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

Implementation

Future<void> setTextAnchor(TextAnchor textAnchor) =>
    impl.setTextAnchor(textAnchor);