AnimationControllerSwipeHandlerMixin mixin

Implemented types
Mixin Applications

Properties

childSize double
no setterinherited
closeProgressThreshold double
no setterinherited
controller AnimationController
no setterinherited
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 setterinherited
minOpenFlingVelocity double
no setterinherited
openProgressThreshold double
no setterinherited
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
inherited
dispose() → void
inherited
flingVelocityAnimate(DragEndDetails e, double velocity) → void
override
forwardProgress() → void
override
initializeDragGestureRecognizer(DragGestureRecognizer instance) → void
inherited
isForwardDirection(DragEndDetails e, double velocity) bool
inherited
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
inherited
onDragStart(DragStartDetails e) → void
inherited
onDragUpdate(DragUpdateDetails e) → void
inherited
onlyIfActivated<T>(Function callback, [List? args, Map<Symbol, dynamic>? kwargs]) → void
inherited
recognizerFactories() RecognizerFactories
inherited
reverseProgress() → void
override
toString() String
A string representation of this object.
inherited

Operators

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