parent property

WidgetTreeNode? parent
final

The parent widget tree node of this node.

This is a nullable reference to the parent node. It's null for the root node of the tree.

Implementation

final WidgetTreeNode? parent;