detailsPaneNavigator property
NavigatorState?
get
detailsPaneNavigator
The navigator widget that encloses the details pane. Use this change the route that determines that details of the item that needs to be shown
Implementation
NavigatorState? get detailsPaneNavigator => _navigatorKey.currentState;