matchOnDetail property

bool 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',
    );
void matchOnDetail=(bool value)

Implementation

set matchOnDetail(_i2.bool value) {
  _i5.setProperty(
    this,
    'matchOnDetail',
    value,
  );
}