getTextRotate method

Future<double?> getTextRotate()

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

Implementation

Future<double?> getTextRotate() => _annotationMessenger.getTextRotate(id);