showsExpansionTextWhenTruncated property
bool
get
showsExpansionTextWhenTruncated
Indicates whether expansion text will be shown when the view is too small to show all the contents. Defaults to NO.
Implementation
bool get showsExpansionTextWhenTruncated {
return _objc_msgSend_91o635(this.ref.pointer, _sel_showsExpansionTextWhenTruncated);
}
set
showsExpansionTextWhenTruncated
(bool value)
Indicates whether expansion text will be shown when the view is too small to show all the contents. Defaults to NO.
Implementation
set showsExpansionTextWhenTruncated(bool value) {
_objc_msgSend_1s56lr9(this.ref.pointer, _sel_setShowsExpansionTextWhenTruncated_, value);
}