TabSwitcherAppBar constructor
TabSwitcherAppBar(
- TabWidgetBuilder? builder,
- TabSwitcherController controller,
- PageController pageController,
- MediaQueryData mediaQuery,
- int appBarHeight,
- Color backgroundColor,
Implementation
TabSwitcherAppBar(
this.builder,
this.controller,
this.pageController,
this.mediaQuery,
this.appBarHeight,
this.backgroundColor,
);