BottomSheetProps constructor

const BottomSheetProps(
  1. {double? elevation,
  2. ShapeBorder? shape,
  3. Color? backgroundColor,
  4. AnimationController? animation,
  5. bool enableDrag = true,
  6. Clip clipBehavior = Clip.none,
  7. BoxConstraints? constraints}
)

Implementation

const BottomSheetProps({
  this.elevation,
  this.shape,
  this.backgroundColor,
  this.animation,
  this.enableDrag = true,
  this.clipBehavior = Clip.none,
  this.constraints,
});