listOptions property
TextListOptions
get
listOptions
Implementation
_i3.TextListOptions get listOptions => _i5.getProperty(
this,
'listOptions',
);
set
listOptions
(TextListOptions value)
Implementation
set listOptions(_i3.TextListOptions value) {
_i5.setProperty(
this,
'listOptions',
value,
);
}