allowMultiSelect property

bool? allowMultiSelect
final

Whether multiple nodes can be selected simultaneously.

Type: bool?. If null, defaults to true. When false, selecting a node automatically deselects all other nodes, enforcing single selection mode.

Implementation

final bool? allowMultiSelect;