nodeAt method

TreeNode nodeAt(
  1. int index
)
inherited

Returns the node at index of visibleNodes.

Implementation

TreeNode nodeAt(int index) => _visibleNodes[index];