WebPageWrapper constructor

WebPageWrapper({
  1. Key? key,
  2. Widget? child,
  3. PreferredSizeWidget? appBar,
  4. Widget? body,
  5. ScreenOverlayWidget? screenOverlay,
  6. bool? addFooter,
  7. Widget? floatingActionButton,
  8. FloatingActionButtonLocation? floatingActionButtonLocation,
  9. FloatingActionButtonAnimator? floatingActionButtonAnimator,
  10. List<Widget>? persistentFooterButtons,
  11. AlignmentDirectional? persistentFooterAlignment,
  12. Widget? drawer,
  13. DrawerCallback? onDrawerChanged,
  14. Widget? endDrawer,
  15. DrawerCallback? onEndDrawerChanged,
  16. Widget? bottomNavigationBar,
  17. Widget? bottomSheet,
  18. Color? backgroundColor,
  19. bool? resizeToAvoidBottomInset,
  20. bool? primary,
  21. DragStartBehavior? drawerDragStartBehavior,
  22. bool? extendBody,
  23. bool? extendBodyBehindAppBar,
  24. Color? drawerScrimColor,
  25. double? drawerEdgeDragWidth,
  26. bool? drawerEnableOpenDragGesture,
  27. bool? endDrawerEnableOpenDragGesture,
  28. String? restorationId,
  29. Axis? scrollDirection,
  30. bool? reverse,
  31. EdgeInsetsGeometry? padding,
  32. bool? scrollPrimary,
  33. ScrollPhysics? physics,
  34. ScrollController? scrollController,
  35. DragStartBehavior? dragStartBehavior,
  36. Clip? clipBehavior,
  37. ScrollViewKeyboardDismissBehavior? keyboardDismissBehavior,
})

Implementation

WebPageWrapper({
  super.key,
  this.child,
  this.appBar,
  this.body,
  this.screenOverlay,
  this.addFooter,
  this.floatingActionButton,
  this.floatingActionButtonLocation,
  this.floatingActionButtonAnimator,
  this.persistentFooterButtons,
  this.persistentFooterAlignment,
  this.drawer,
  this.onDrawerChanged,
  this.endDrawer,
  this.onEndDrawerChanged,
  this.bottomNavigationBar,
  this.bottomSheet,
  this.backgroundColor,
  this.resizeToAvoidBottomInset,
  this.primary,
  this.drawerDragStartBehavior,
  this.extendBody,
  this.extendBodyBehindAppBar,
  this.drawerScrimColor,
  this.drawerEdgeDragWidth,
  this.drawerEnableOpenDragGesture,
  this.endDrawerEnableOpenDragGesture,
  this.restorationId,
  this.scrollDirection,
  this.reverse,
  this.padding,
  this.scrollPrimary,
  this.physics,
  this.scrollController,
  this.dragStartBehavior,
  this.clipBehavior,
  this.keyboardDismissBehavior,
});