StillGesture class

Represents an end gesture without velocity.

Inheritance

Constructors

StillGesture(GestureDirection direction)
Creates a StillGesture.
const

Properties

closing → bool
Whether the user was in the process to close the Slidable.
no setter
direction → GestureDirection
The direction in which the user dragged the Slidable.
final
hashCode → int
The hash code for this object.
no setterinherited
opening → bool
Whether the user was in the process to open the Slidable.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
velocity → double
The velocity of the gesture.
finalinherited

Methods

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