multiselect property

bool multiselect
final

If enabled, you can select multiple items at the same time. State of the selected items is managed outside this widget and has to be set in selectedValues.

Implementation

final bool multiselect;