TreeNode by index
TreeNode treeNodeOfIndex(int index) { return _rootController!.controllerForIndex(index)!.treeNode; }