onNodeSelected property

ValueChanged<Node<T>?>? onNodeSelected
final

Called when node selection changes (includes GroupNode and CommentNode)

Implementation

final ValueChanged<Node<T>?>? onNodeSelected;