MaterialModalSheetData constructor

MaterialModalSheetData({
  1. Offset? anchorPoint,
  2. Color? backgroundColor,
  3. double? elevation,
  4. ShapeBorder? shape,
  5. bool isScrollControlled = false,
  6. bool useRootNavigator = false,
  7. Clip? clipBehavior,
  8. Color? barrierColor,
  9. bool enableDrag = false,
  10. bool isDismissible = false,
  11. RouteSettings? routeSettings,
  12. AnimationController? transitionAnimationController,
  13. BoxConstraints? constraints,
})

Implementation

MaterialModalSheetData({
  super.anchorPoint,
  this.backgroundColor,
  this.elevation,
  this.shape,
  this.isScrollControlled = false,
  this.useRootNavigator = false,
  this.clipBehavior,
  this.barrierColor,
  this.enableDrag = false,
  this.isDismissible = false,
  this.routeSettings,
  this.transitionAnimationController,
  this.constraints,
});