CupertinoModalPopupOptions constructor
const
CupertinoModalPopupOptions({
- bool barrierDismissible = true,
- RouteSettings? routeSettings,
- Color barrierColor = kCupertinoModalBarrierColor,
- Offset? anchorPoint,
- ImageFilter? filter,
- bool? semanticsDismissible,
Implementation
const CupertinoModalPopupOptions({
super.barrierDismissible,
super.useRootNavigator,
super.routeSettings,
super.barrierColor,
super.anchorPoint,
this.filter,
this.semanticsDismissible,
});