nodeInfo method
Constructs a TreeNodeInfo representing the tree state, with the specified parent
node.
Implementation
@override
TreeNodeInfo nodeInfo(TreeNodeInfo parent) => _nodeInfo(parent);
Constructs a TreeNodeInfo representing the tree state, with the specified parent
node.
@override
TreeNodeInfo nodeInfo(TreeNodeInfo parent) => _nodeInfo(parent);