parent property
Get the current parent of the component, if there is one, otherwise null.
Implementation
Component? get parent => _parent;
Get the current parent of the component, if there is one, otherwise null.
Component? get parent => _parent;