selectedNode property

TreeNode<T>? selectedNode
final

The currently selected node, if any.

Implementation

final TreeNode<T>? selectedNode;