BottomSheetProps constructor
const
BottomSheetProps({
- double? elevation,
- ShapeBorder? shape,
- Color? backgroundColor,
- AnimationController? animation,
- bool enableDrag = true,
- Clip clipBehavior = Clip.none,
- BoxConstraints? constraints,
Implementation
const BottomSheetProps({
this.elevation,
this.shape,
this.backgroundColor,
this.animation,
this.enableDrag = true,
this.clipBehavior = Clip.none,
this.constraints,
});