MaterialModalSheetData constructor
MaterialModalSheetData({
- Offset? anchorPoint,
- Color? backgroundColor,
- double? elevation,
- ShapeBorder? shape,
- bool? isScrollControlled,
- Clip? clipBehavior,
- Color? barrierColor,
- bool? enableDrag,
- bool? isDismissible,
- RouteSettings? routeSettings,
- AnimationController? transitionAnimationController,
- BoxConstraints? constraints,
- 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,
});