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