MaterialTabScaffoldData constructor
MaterialTabScaffoldData({
- Color? backgroundColor,
- Key? widgetKey,
- Widget bodyBuilder(
- BuildContext context,
- int index
- PreferredSizeWidget? appBarBuilder(
- BuildContext context,
- int index
- MaterialTabController? controller,
- Widget? drawer,
- Widget? endDrawer,
- Widget? floatingActionButton,
- FloatingActionButtonAnimator? floatingActionButtonAnimator,
- FloatingActionButtonLocation? floatingActionButtonLocation,
- bool? primary,
- Widget? bottomSheet,
- DragStartBehavior? drawerDragStartBehavior,
- bool? extendBody,
- bool? resizeToAvoidBottomInset,
- Color? drawerScrimColor,
- double? drawerEdgeDragWidth,
- bool? extendBodyBehindAppBar,
- Color? tabsBackgroundColor,
- bool? drawerEnableOpenDragGesture,
- bool? endDrawerEnableOpenDragGesture,
- String? restorationId,
- DrawerCallback? onDrawerChanged,
- DrawerCallback? onEndDrawerChanged,
- double? height,
Implementation
MaterialTabScaffoldData({
super.backgroundColor,
super.widgetKey,
this.bodyBuilder,
this.appBarBuilder,
this.controller,
this.drawer,
this.endDrawer,
this.floatingActionButton,
this.floatingActionButtonAnimator,
this.floatingActionButtonLocation,
this.persistentFooterButtons,
this.primary,
this.bottomSheet,
this.drawerDragStartBehavior,
this.extendBody,
this.resizeToAvoidBottomInset,
this.drawerScrimColor,
this.drawerEdgeDragWidth,
this.extendBodyBehindAppBar,
this.tabsBackgroundColor,
this.drawerEnableOpenDragGesture,
this.endDrawerEnableOpenDragGesture,
this.restorationId,
this.onDrawerChanged,
this.onEndDrawerChanged,
this.persistentFooterAlignment,
this.height,
});