BottomSheetOptions constructor
const
BottomSheetOptions({
- bool barrierDismissible = true,
- RouteSettings? routeSettings,
- Color barrierColor = kCupertinoModalBarrierColor,
- Offset? anchorPoint,
- Color? backgroundColor,
- double? elevation,
- ShapeBorder? shape,
- Clip? clipBehavior,
- AnimationController? transitionAnimationController,
- bool enableDrag = true,
- bool isScrollControlled = true,
- BoxConstraints? constraints,
Implementation
const BottomSheetOptions({
super.barrierDismissible,
super.useRootNavigator,
super.routeSettings,
super.barrierColor,
super.anchorPoint,
this.backgroundColor,
this.elevation,
this.shape,
this.clipBehavior,
this.transitionAnimationController,
this.enableDrag = true,
this.isScrollControlled = true,
this.constraints,
});