BottomSheetRouteOptions constructor
BottomSheetRouteOptions({
- InheritedTheme? capturedThemes,
- Color? backgroundColor,
- bool? useSafeArea,
- bool? enableDrag,
- double? elevation,
- ShapeBorder? shape,
- bool? showDragHandle,
- Offset? anchorPoint,
- Color? barrierColor,
- String? barrierLabel,
- BoxConstraints? constraints,
- bool? isDismissible,
- Clip? clipBehavior,
- bool? isScrollControlled,
- TraversalEdgeBehavior? traversalEdgeBehavior,
- AnimationController? transitionAnimationController,
- double? scrollControlDisabledMaxHeightRatio,
Implementation
BottomSheetRouteOptions({
this.capturedThemes,
this.backgroundColor,
this.useSafeArea,
this.useRootNavigator,
this.enableDrag,
this.elevation,
this.shape,
this.showDragHandle,
this.anchorPoint,
this.barrierColor,
this.barrierLabel,
this.constraints,
this.isDismissible,
this.clipBehavior,
this.isScrollControlled,
this.traversalEdgeBehavior,
this.transitionAnimationController,
this.scrollControlDisabledMaxHeightRatio,
});