setMaxValues method
Sets the maximum number of items that can be chosen; default 1, max 25.
Implementation
void setMaxValues (int value) => _maxValues = value;
Sets the maximum number of items that can be chosen; default 1, max 25.
void setMaxValues (int value) => _maxValues = value;