matchOnDescription property
bool
get
matchOnDescription
If the filter text should also be matched against the description of the items. Defaults to false.
Implementation
_i2.bool get matchOnDescription => _i5.getProperty(
this,
'matchOnDescription',
);
set
matchOnDescription
(bool value)
Implementation
set matchOnDescription(_i2.bool value) {
_i5.setProperty(
this,
'matchOnDescription',
value,
);
}