textMaxWidth property

double? textMaxWidth
getter/setter pair

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

Implementation

double? textMaxWidth;