DialogRouteOptions constructor

DialogRouteOptions({
  1. CapturedThemes? themes,
  2. bool? barrierDismissible,
  3. Color? barrierColor,
  4. String? barrierLabel,
  5. bool? useSafeArea,
  6. bool? useRootNavigator,
  7. Offset? anchorPoint,
  8. TraversalEdgeBehavior? traversalEdgeBehavior,
})

Implementation

DialogRouteOptions({
  this.themes,
  this.barrierDismissible,
  this.barrierColor,
  this.barrierLabel,
  this.useSafeArea,
  this.useRootNavigator,
  this.anchorPoint,
  this.traversalEdgeBehavior,
});