CupertinoTabScaffoldData constructor

CupertinoTabScaffoldData({
  1. Color? backgroundColor,
  2. Key? widgetKey,
  3. List<BottomNavigationBarItem>? items,
  4. Widget bodyBuilder(
    1. BuildContext context,
    2. int index
    )?,
  5. ObstructingPreferredSizeWidget? appBarBuilder(
    1. BuildContext context,
    2. int index
    )?,
  6. CupertinoTabViewData tabViewDataBuilder(
    1. BuildContext context,
    2. int index
    )?,
  7. bool? useCupertinoTabView = true,
  8. bool? resizeToAvoidBottomInset,
  9. bool? resizeToAvoidBottomInsetTab,
  10. Color? tabsBackgroundColor,
  11. CupertinoTabController? controller,
  12. String? restorationId,
  13. 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,
});