deselectParentWhenChildrenDeselected property

bool deselectParentWhenChildrenDeselected
final

If selectionMode is TreeViewSelectionMode.multiple, indicates if a parent will automatically be deselected when all of its children are deselected. If you disable this behavior, also consider if you want to set includePartiallySelectedItems to true.

Implementation

final bool deselectParentWhenChildrenDeselected;