currentContext property

BuildContext? currentContext

Implementation

BuildContext? get currentContext =>
    _getNavigatorKey?.currentState?.overlay?.context;