CupertinoModalSheetData constructor
CupertinoModalSheetData({
- Offset? anchorPoint,
- ImageFilter? imageFilter,
- bool? semanticsDismissible,
- Color? barrierColor,
- bool? barrierDismissible,
- RouteSettings? routeSettings,
Implementation
CupertinoModalSheetData({
super.anchorPoint,
this.imageFilter,
this.semanticsDismissible,
this.useRootNavigator,
this.barrierColor,
this.barrierDismissible,
this.routeSettings,
});