getTextMaxWidth method

Future<double?> getTextMaxWidth()

The maximum line width for text wrapping. Default value: 10. Minimum value: 0. The unit of textMaxWidth is in ems.

Implementation

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