canSelectMany property

bool canSelectMany

If multiple items can be selected at the same time. Defaults to false.

Implementation

_i2.bool get canSelectMany => _i5.getProperty(
      this,
      'canSelectMany',
    );
void canSelectMany=(bool value)

Implementation

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