TabSwitcherAppBar constructor

TabSwitcherAppBar(
  1. TabWidgetBuilder? builder,
  2. TabSwitcherController controller,
  3. PageController pageController,
  4. MediaQueryData mediaQuery,
  5. int appBarHeight,
  6. Color backgroundColor,
)

Implementation

TabSwitcherAppBar(
  this.builder,
  this.controller,
  this.pageController,
  this.mediaQuery,
  this.appBarHeight,
  this.backgroundColor,
);