SimpleCupertinoBackGestureController<T>  class 
 
Constructors
- SimpleCupertinoBackGestureController({required AnimationController controller})
- Creates a controller for an iOS-style back gesture.
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
fractionalVelocityas a fraction of screen width per second.
- 
  dragUpdate(double delta) → 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 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