MaterialScaffoldData constructor

MaterialScaffoldData({
  1. Color? backgroundColor,
  2. Widget? body,
  3. Key? widgetKey,
  4. PreferredSizeWidget? appBar,
  5. Widget? bottomNavBar,
  6. Widget? drawer,
  7. Widget? endDrawer,
  8. Widget? floatingActionButton,
  9. FloatingActionButtonAnimator? floatingActionButtonAnimator,
  10. FloatingActionButtonLocation? floatingActionButtonLocation,
  11. List<Widget>? persistentFooterButtons,
  12. bool? primary,
  13. Widget? bottomSheet,
  14. DragStartBehavior? drawerDragStartBehavior,
  15. bool? extendBody,
  16. bool? resizeToAvoidBottomInset,
  17. Color? drawerScrimColor,
  18. double? drawerEdgeDragWidth,
  19. bool? extendBodyBehindAppBar,
  20. bool? drawerEnableOpenDragGesture,
  21. bool? endDrawerEnableOpenDragGesture,
  22. String? restorationId,
  23. DrawerCallback? onDrawerChanged,
  24. DrawerCallback? onEndDrawerChanged,
  25. AlignmentDirectional? persistentFooterAlignment,
})

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,
});