WebPageWrapper constructor
WebPageWrapper({
- Key? key,
- Widget? child,
- PreferredSizeWidget? appBar,
- Widget? body,
- ScreenOverlayWidget? screenOverlay,
- Widget? floatingActionButton,
- FloatingActionButtonLocation? floatingActionButtonLocation,
- FloatingActionButtonAnimator? floatingActionButtonAnimator,
- Widget? drawer,
- DrawerCallback? onDrawerChanged,
- Widget? endDrawer,
- DrawerCallback? onEndDrawerChanged,
- Widget? bottomSheet,
- Color? backgroundColor,
- bool? resizeToAvoidBottomInset,
- bool? primary,
- DragStartBehavior? drawerDragStartBehavior,
- bool? extendBody,
- bool? extendBodyBehindAppBar,
- Color? drawerScrimColor,
- double? drawerEdgeDragWidth,
- bool? drawerEnableOpenDragGesture,
- bool? endDrawerEnableOpenDragGesture,
- String? restorationId,
- Axis? scrollDirection,
- bool? reverse,
- EdgeInsetsGeometry? padding,
- bool? scrollPrimary,
- ScrollPhysics? physics,
- ScrollController? scrollController,
- DragStartBehavior? dragStartBehavior,
- Clip? clipBehavior,
- 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,
});