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