AnimationSwipeHandlerMixin mixin

Superclass Constraints
Implemented types
Mixin Applications

Properties

childSize double
no setter
closeProgressThreshold double
no setter
direction DragDirection
finalinherited
dragStartBehavior DragStartBehavior
finalinherited
handleHorizontal bool
no setterinherited
handleVertical bool
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isAtMax bool
no setterinherited
isAtMin bool
no setterinherited
isDeactivated bool
no setterinherited
lowerBound double
no setterinherited
minCloseFlingVelocity double
no setter
minOpenFlingVelocity double
no setter
openProgressThreshold double
no setter
reverse bool
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
upperBound double
no setterinherited
value double
getter/setter pairinherited

Methods

canAnimate(DragUpdateDetails e) bool
dispose() → void
inherited
flingVelocityAnimate(DragEndDetails e, double velocity) → void
forwardProgress() → void
inherited
initializeDragGestureRecognizer(DragGestureRecognizer instance) → void
inherited
isForwardDirection(DragEndDetails e, double velocity) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onDragCancel() → void
inherited
onDragDown(DragDownDetails e) → void
inherited
onDragEnd(DragEndDetails e) → void
override
onDragStart(DragStartDetails e) → void
override
onDragUpdate(DragUpdateDetails e) → void
override
onlyIfActivated<T>(Function callback, [List? args, Map<Symbol, dynamic>? kwargs]) → void
inherited
recognizerFactories() RecognizerFactories
inherited
reverseProgress() → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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