CupertinoTabScaffoldData constructor
CupertinoTabScaffoldData({
- Color? backgroundColor,
- Key? widgetKey,
- List<
BottomNavigationBarItem> ? items, - Widget bodyBuilder(
- BuildContext context,
- int index
- ObstructingPreferredSizeWidget? appBarBuilder(
- BuildContext context,
- int index
- CupertinoTabViewData tabViewDataBuilder(
- BuildContext context,
- int index
- bool? useCupertinoTabView = true,
- bool? resizeToAvoidBottomInset,
- bool? resizeToAvoidBottomInsetTab,
- Color? tabsBackgroundColor,
- CupertinoTabController? controller,
- String? restorationId,
- String? restorationScopeIdTabView,
Implementation
CupertinoTabScaffoldData({
super.backgroundColor,
super.widgetKey,
this.items,
this.bodyBuilder,
this.appBarBuilder,
this.tabViewDataBuilder,
this.useCupertinoTabView = true,
this.resizeToAvoidBottomInset,
this.resizeToAvoidBottomInsetTab,
this.tabsBackgroundColor,
this.controller,
this.restorationId,
this.restorationScopeIdTabView,
this.navBarHeight,
});