semanticsParent property
The semantics parent of this render object in the semantics tree.
This is typically the same as parent.
OverlayPortal overrides this field to change how it forms its semantics sub-tree.
Implementation
@visibleForOverriding
RenderObject? get semanticsParent => _parent;