getTextRotationAlignment method

Future<TextRotationAlignment?> getTextRotationAlignment()

In combination with symbol-placement, determines the rotation behavior of the individual glyphs forming the text. Default value: "auto".

Implementation

Future<TextRotationAlignment?> getTextRotationAlignment() =>
    _annotationMessenger.getTextRotationAlignment(id);