GestureRouteDelegate<T> mixin

Mixin Applications

Properties

barrierGestureHandler GestureHandler?
no setter
gestureHandler GestureHandler
no setter
hashCode int
The hash code for this object.
no setterinherited
hasRoute bool
no setter
route GestureRouteTransitionMixin<T?>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userGestureEnabled bool
Whether a gesture can be started by the user.
no setter
userGestureInProgress bool
no setter

Methods

closeRoute([T? result]) → void
createAnimationController() AnimationController
didPop(T? result) → void
disposeRoute() → void
initRoute(GestureRouteTransitionMixin<T?> route) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showRoute() Future<T?>
startUserGesture() → void
stopUserGesture() → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

isUserGestureInProgress(ModalRoute route) bool
True if an gesture is currently underway for route.