enclosingFragment property

Fragment? get enclosingFragment

The fragment that either physically or logically encloses this fragment.

Returns null if this fragment is the root fragment of a library because there are no fragments above the root fragment of a library.

Implementation

Fragment? get enclosingFragment;