multiSelectable property

bool multiSelectable

Whether more than one child can be selected.

Implementation

bool get multiSelectable => _properties['multiSelectable'] as bool? ?? false;