wrapText property
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;
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
.
core.bool? wrapText;