GetBackGestureController<T> class
Constructors
- GetBackGestureController({required AnimationController controller})
Properties
- controller → AnimationController
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
dragEnd(
double velocity) → void -
The drag gesture has ended with a horizontal motion of
velocity
as a fraction of screen width per second. -
dragUpdate(
double delta) → void -
The drag gesture has changed by
delta
. The total range of the drag should be 0.0 to 1.0. -
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