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