DialogRouteOptions class

Mixed-in types

Constructors

DialogRouteOptions({CapturedThemes? themes, bool? barrierDismissible, Color? barrierColor, String? barrierLabel, bool? useSafeArea, bool? useRootNavigator, Offset? anchorPoint, TraversalEdgeBehavior? traversalEdgeBehavior})

Properties

anchorPoint Offset?
final
barrierColor Color?
final
barrierDismissible bool?
final
barrierLabel String?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
themes CapturedThemes?
final
traversalEdgeBehavior TraversalEdgeBehavior?
final
useRootNavigator bool?
final
useSafeArea bool?
final

Methods

createRoute(RouteSettings settings, RouteOptions options) Route
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited