setTextMaxAngle method

Future<void> setTextMaxAngle(
  1. double textMaxAngle
)

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);