parent property
Component?
get
parent
The current parent of the component, or null if there is none.
Implementation
Component? get parent => _parent;
The current parent of the component, or null if there is none.
Component? get parent => _parent;