parent property
The parent of this render object in the render tree.
The parent of the root node in the render tree is null.
Implementation
RenderObject? get parent => _parent;
The parent of this render object in the render tree.
The parent of the root node in the render tree is null.
RenderObject? get parent => _parent;