getTextRotationAlignment method
In combination with symbol-placement, determines the rotation behavior of the individual glyphs forming the text.
Implementation
Future<TextRotationAlignment?> getTextRotationAlignment() =>
messager.getTextRotationAlignment(id).then((value) =>
value != null ? TextRotationAlignment.values[value] : null);