TabState constructor
TabState({})
Implementation
TabState({
required this.tabLabel,
required this.tabIcon,
required this.route,
this.isDesktop = true,
required int this.tabIndex,
required this.navigatorKey,
}) : scroller = ScrollController(debugLabel: "Tab ${route.route}");