AnimationControllerSwipeHandler class

Inheritance
Mixed in types

Constructors

AnimationControllerSwipeHandler({required AnimationController controller, required ValueGetter<double> getChildSize, double openProgressThreshold = kSwipeProgressThreshold, double closeProgressThreshold = kSwipeProgressThreshold, double minOpenFlingVelocity = kSwipeFlingVelocity, double minCloseFlingVelocity = kSwipeFlingVelocity, bool reverse = false, ValueGetter<bool>? isDeactivated, required DragDirection direction, DragStartBehavior dragStartBehavior = DragStartBehavior.start})

Properties

childSize double
no setteroverride
closeProgressThreshold double
final
controller AnimationController
final
direction DragDirection
finalinherited
dragStartBehavior DragStartBehavior
finalinherited
getChildSize ValueGetter<double>
final
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 setteroverride
lowerBound double
no setterinherited
minCloseFlingVelocity double
final
minOpenFlingVelocity double
final
openProgressThreshold double
final
reverse bool
final
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
inherited
forwardProgress() → void
inherited
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
inherited
toString() String
A string representation of this object.
inherited

Operators

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