setTextRotate method

Future<void> setTextRotate(
  1. double textRotate
)

Rotates the text clockwise. Default value: 0. The unit of textRotate is in degrees.

Implementation

Future<void> setTextRotate(double textRotate) =>
    _annotationMessenger.setTextRotate(id, textRotate);