setTextRotationAlignment method

Future<void> setTextRotationAlignment(
  1. TextRotationAlignment textRotationAlignment
)

In combination with symbol-placement, determines the rotation behavior of the individual glyphs forming the text.

Implementation

Future<void> setTextRotationAlignment(
        TextRotationAlignment textRotationAlignment) =>
    messager.setTextRotationAlignment(id, textRotationAlignment);