parent property

Component? parent

Get the current parent of the component, if there is one, otherwise null.

Implementation

Component? get parent => _parent;