allowMultiSelect property

bool? allowMultiSelect
final

Whether multiple tree nodes can be selected simultaneously.

Type: bool?. If null, defaults to true from theme. When false, selecting a node automatically deselects all others.

Implementation

final bool? allowMultiSelect;