children property

List<TreeSliverNode<T>> children

Other TreeSliverNodes that this node will be parent to.

Modifying the children of nodes in a TreeSliver will cause the tree to be rebuilt so that newly added active nodes are reflected in the tree.

Implementation

List<TreeSliverNode<T>> get children => _children;