MaterialScaffoldData constructor
MaterialScaffoldData({
- Color? backgroundColor,
- Widget? body,
- Key? widgetKey,
- PreferredSizeWidget? appBar,
- 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,
- bool? drawerEnableOpenDragGesture,
- bool? endDrawerEnableOpenDragGesture,
- String? restorationId,
- DrawerCallback? onDrawerChanged,
- DrawerCallback? onEndDrawerChanged,
Implementation
MaterialScaffoldData({
super.backgroundColor,
super.body,
super.widgetKey,
this.appBar,
this.bottomNavBar,
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.drawerEnableOpenDragGesture,
this.endDrawerEnableOpenDragGesture,
this.restorationId,
this.onDrawerChanged,
this.onEndDrawerChanged,
this.persistentFooterAlignment,
});