allowUnselect property

bool? allowUnselect
final

Whether selected items can be deselected by selecting them again.

When true, users can toggle selections by clicking selected items to deselect them. When false, items remain selected once chosen.

Implementation

final bool? allowUnselect;