setTextMaxWidth method
- double textMaxWidth
The maximum line width for text wrapping. Default value: 10. Minimum value: 0. The unit of textMaxWidth is in ems.
Implementation
Future<void> setTextMaxWidth(double textMaxWidth) =>
_annotationMessenger.setTextMaxWidth(id, textMaxWidth);