parent property

Component? parent

The current parent of the component, or null if there is none.

Implementation

Component? get parent => _parent;