onNodeSelected property

void Function(T node)? onNodeSelected
final

Called when the user activates a node.

Implementation

final void Function(T node)? onNodeSelected;