wrapText property

bool? wrapText
getter/setter pair

The wrap text setting.

If true, the text wraps and displays on multiple lines. Otherwise, the text is truncated. Only applies to text, not topLabel and bottomLabel.

Implementation

core.bool? wrapText;