onNodeSelected property
Called when a node's selection state changes.
Receives the selected node, or null if selection was cleared.
Only active if allowSelection is true.
Implementation
final ValueChanged<Node<T>?>? onNodeSelected;
Called when a node's selection state changes.
Receives the selected node, or null if selection was cleared.
Only active if allowSelection is true.
final ValueChanged<Node<T>?>? onNodeSelected;