canPickMany property
bool?
get
canPickMany
An optional flag to make the picker accept multiple selections, if true the result is an array of picks.
Implementation
_i2.bool? get canPickMany => _i5.getProperty(
this,
'canPickMany',
);
set
canPickMany
(bool? value)
Implementation
set canPickMany(_i2.bool? value) {
_i5.setProperty(
this,
'canPickMany',
value ?? _i6.undefined,
);
}