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