getTextMaxAngle method

Future<double?> getTextMaxAngle()

Maximum angle change between adjacent characters. Default value: 45. The unit of textMaxAngle is in degrees.

Implementation

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