TabSwitcherWidget constructor
TabSwitcherWidget({
- required TabSwitcherController controller,
- required TabWidgetBuilder? appBarBuilder,
- TabWidgetBuilder? bodyBuilder,
- WidgetBuilder? emptyScreenBuilder,
- int appBarHeight = 56,
- Color? backgroundColor,
Implementation
TabSwitcherWidget({
required this.controller,
required this.appBarBuilder,
this.bodyBuilder,
this.emptyScreenBuilder,
this.switcherFooterBuilder,
this.appBarHeight = 56,
this.backgroundColor,
}) {
initPageControllers();
}