enableMultipleItems property
Default value: false
If true, the dropdown menu item would become multi-selectable
This, the dropdown would not be automatically closed when an item is checked/uncheck
But rather user has to click outside or press back button
Implementation
final bool enableMultipleItems;