recursiveSelection property
Whether selecting a parent node also selects its children.
Type: bool?
. If null, defaults to true. When true, selection operations
recursively affect all descendant nodes.
Implementation
final bool? recursiveSelection;