children property

List<WidgetTreeNode> children

Gets the list of child nodes of this widget tree node.

It provides access to the children of this node, allowing traversal of the widget tree.

Implementation

List<WidgetTreeNode> get children => _children;