ScaffoldOptions constructor

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

Implementation

ScaffoldOptions({
  this.key,
  this.floatingActionButton,
  this.floatingActionButtonLocation,
  this.floatingActionButtonAnimator,
  this.persistentFooterButtons,
  this.drawer,
  this.onDrawerChanged,
  this.endDrawer,
  this.onEndDrawerChanged,
  this.bottomSheet,
  this.backgroundColor,
  this.resizeToAvoidBottomInset,
  this.primary,
  this.drawerDragStartBehavior,
  this.extendBody,
  this.drawerScrimColor,
  this.drawerEdgeDragWidth,
  this.drawerEnableOpenDragGesture,
  this.endDrawerEnableOpenDragGesture,
  this.restorationId,
  this.extendBodyBehindAppBar,
});