List of tree nodes to display in the tree view.
Type: List<TreeNode<T>>. The root-level nodes that will be rendered in the tree. Can contain TreeItem instances and TreeRoot containers.
List<TreeNode<T>>
final List<TreeNode<T>> nodes;