visibleNodes property

UnmodifiableListView<TreeNode> get visibleNodes
inherited

The list of TreeNode's that are currently visible in the TreeView.

Implementation

UnmodifiableListView<TreeNode> get visibleNodes {
  return UnmodifiableListView(_visibleNodes);
}