recursiveSelection property

bool? recursiveSelection
final

Whether selecting a parent node also selects its children.

Type: bool?. If null, defaults to true from theme. When true, selection operations recursively affect all descendant nodes.

Implementation

final bool? recursiveSelection;