ModalBottomSheetProps constructor
const
ModalBottomSheetProps({
- Offset? anchorPoint,
- double? elevation,
- ShapeBorder? shape,
- Color? barrierColor,
- Color? backgroundColor,
- bool barrierDismissible = true,
- AnimationController? animation,
- bool enableDrag = true,
- Clip clipBehavior = Clip.none,
- BoxConstraints? constraints,
- bool isScrollControlled = true,
- EdgeInsets padding = EdgeInsets.zero,
- bool useSafeArea = true,
Implementation
const ModalBottomSheetProps({
this.anchorPoint,
this.elevation,
this.shape,
this.barrierColor,
this.backgroundColor,
this.barrierDismissible = true,
this.animation,
this.enableDrag = true,
this.clipBehavior = Clip.none,
this.useRootNavigator = false,
this.constraints,
this.isScrollControlled = true,
this.padding = EdgeInsets.zero,
this.useSafeArea = true,
});