DialogRouteOptions constructor
DialogRouteOptions({
- CapturedThemes? themes,
- bool? barrierDismissible,
- Color? barrierColor,
- String? barrierLabel,
- bool? useSafeArea,
- Offset? anchorPoint,
- TraversalEdgeBehavior? traversalEdgeBehavior,
Implementation
DialogRouteOptions({
this.themes,
this.barrierDismissible,
this.barrierColor,
this.barrierLabel,
this.useSafeArea,
this.useRootNavigator,
this.anchorPoint,
this.traversalEdgeBehavior,
});