TabShellBodyRouterDelegate constructor

TabShellBodyRouterDelegate(
  1. TabController tabController,
  2. List<TabDefinition> tabs
)

Create delegate with navigation controller which contains state of current page.

Implementation

TabShellBodyRouterDelegate(this.tabController, this.tabs) {
  _navigatorKey = GlobalKey<NavigatorState>();
}