setTextMaxAngle method
Maximum angle change between adjacent characters. Default value: 45. The unit of textMaxAngle is in degrees.
Implementation
Future<void> setTextMaxAngle(double textMaxAngle) =>
_annotationMessenger.setTextMaxAngle(id, textMaxAngle);