MaterialModalSheetData constructor

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

Implementation

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