setTextMaxWidth method

Future<void> setTextMaxWidth(
  1. 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);