maxWidth property

int? get maxWidth

The max width of this TextElement during measure and layout.

If the text exceeds maxWidth, the maxWidthStrategy is used.

Implementation

int? get maxWidth;
set maxWidth (int? value)

Implementation

set maxWidth(int? value);