ModalBottomSheetProps constructor

const ModalBottomSheetProps(
  1. {Offset? anchorPoint,
  2. double? elevation,
  3. ShapeBorder? shape,
  4. Color? barrierColor,
  5. Color? backgroundColor,
  6. bool barrierDismissible = true,
  7. AnimationController? animation,
  8. bool enableDrag = true,
  9. Clip clipBehavior = Clip.none,
  10. bool useRootNavigator = false,
  11. BoxConstraints? constraints,
  12. bool isScrollControlled = true,
  13. EdgeInsets padding = EdgeInsets.zero,
  14. 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,
});