bottomSheetDialogNavigatorKey property

GlobalKey<NavigatorState> bottomSheetDialogNavigatorKey
latefinal

Global key for main app bottom sheets and dialogs navigator

if NavigationInteractorSettings.bottomSheetsAndDialogsUsingGlobalNavigator is true then it is globalNavigatorKey

Implementation

late final bottomSheetDialogNavigatorKey =
    settings.bottomSheetsAndDialogsUsingGlobalNavigator
        ? globalNavigatorKey
        : GlobalKey<NavigatorState>();