TabShellBodyRouterDelegate constructor
TabShellBodyRouterDelegate(
- TabController tabController,
- List<
TabDefinition> tabs
Create delegate with navigation controller which contains state of current page.
Implementation
TabShellBodyRouterDelegate(this.tabController, this.tabs) {
_navigatorKey = GlobalKey<NavigatorState>();
}