SimpleTabBarScreen constructor
const
SimpleTabBarScreen({
- Key? key,
- required List<
Widget> pages, - required TabWidgetBuilder tabBarBuilder,
- TabBarPosition tabBarPosition = TabBarPosition.top,
- int? initialIndex,
- void onTabChanged()?,
- TabBarCubit? tabBarCubit,
- Widget? drawer,
- PreferredSizeWidget? appBar,
- List<
PreferredSizeWidget> ? appBars, - List<
Widget> ? fabButtons, - FloatingActionButtonLocation? floatingActionButtonLocation,
- double? defaultTabBarHeight,
Implementation
const SimpleTabBarScreen({
super.key,
required this.pages,
required this.tabBarBuilder,
this.tabBarPosition = TabBarPosition.top,
this.initialIndex,
this.onTabChanged,
this.tabBarCubit,
this.drawer,
this.appBar,
this.appBars,
this.bottomNavigation,
this.fabButtons,
this.floatingActionButtonLocation,
this.defaultTabBarHeight,
});