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