[]
Specifies text wrapping behavior to prevent text from flowing outside the layout box.
CharWrap: 1;
Text lines can be broken at the grapheme cluster boundaries (see Unicode Standard Annex #29).
NoWrap: 2;
Text lines can not be broken.
WordWrap: 0;
The line breaking algorithm is defined by the Layout#lineBreakingRules property.