Interface describing an object returned by the Route.startPopGesture method, allowing the route's transition animations to be controlled by a drag or other user gesture.
Constructors
-
Configures the NavigationGestureController and tells the given Navigator that a gesture has started.
Properties
-
The navigator that this object is controlling.
read-only - hashCode → int
-
Get a hash code for this object.
read-only, inherited - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
dispose(
) → void -
Release the resources used by this object. The object is no longer usable after this method is called.
-
dragEnd(
double fractionalVelocity) → bool -
The drag gesture has ended with a horizontal motion of
fractionalVelocity
as a fraction of screen width per second. -
dragUpdate(
double fractionalDelta) → void -
The drag gesture has changed by
fractionalDelta
. The total range of the drag should be 0.0 to 1.0. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited -
toString(
) → String -
Returns a string representation of this object.
inherited