navigationKey property

GlobalKey<NavigatorState>? navigationKey
getter/setter pair

If you already have the navigator key you can pass it here if not passed the package will assign its own key

Implementation

GlobalKey<NavigatorState>? navigationKey;