navigatorContext property

BuildContext get navigatorContext

The BuildContext of the root Navigator from StandardAppPlugin.delegate.

Implementation

BuildContext get navigatorContext =>
    standardAppPlugin.delegate!.navigatorContext;