currentConfiguration property

  1. @override
TabShellRoutePath currentConfiguration
override

Change app state into navigation state. After this, routeInformationParser. restoreRouteInformation is called with this new navigation state.

Implementation

@override
TabShellRoutePath get currentConfiguration =>
    TabShellRoutePath(tabs.elementAt(tabController.index).route);