CupertinoPageScaffoldData constructor
CupertinoPageScaffoldData({
- Color? backgroundColor,
- Widget? body,
- Key? widgetKey,
- CupertinoTabBar? bottomTabBar,
- bool? resizeToAvoidBottomInset,
- bool? resizeToAvoidBottomInsetTab,
- Color? backgroundColorTab,
- String? restorationIdTab,
- CupertinoTabController? controller,
Implementation
CupertinoPageScaffoldData({
super.backgroundColor,
super.body,
super.widgetKey,
this.navigationBar,
this.bottomTabBar,
this.resizeToAvoidBottomInset,
this.resizeToAvoidBottomInsetTab,
this.backgroundColorTab,
this.restorationIdTab,
this.controller,
});