shellScope property
FxShellScope?
get
shellScope
Returns the FxShellScope if it exists, otherwise returns null. Example:
FxUiContext.of(context).shellScope;
Implementation
FxShellScope? get shellScope => FxShellScope.maybeOf(_ctx);