matchOnDescription property

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

Implementation

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