onNodeSelected property
void Function(T node)?
onNodeSelected
final
Called when the user activates a node.
Implementation
final void Function(T node)? onNodeSelected;
Called when the user activates a node.
final void Function(T node)? onNodeSelected;