parent property

RenderObjectData? get parent

The data of the RenderObject's parent.

Implementation

RenderObjectData? get parent => _parent;