parent property

Component? get parent
inherited

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

Implementation

Component? get parent => _parent;