getTextRotate method

Future<double?> getTextRotate()

Rotates the text clockwise. Default value: 0.

Implementation

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