CascadeSwipeHandler class

Inheritance

Constructors

CascadeSwipeHandler({required List<AnimationSwipeHandlerMixin> handlers, bool reverse = false, required DragDirection direction, DragStartBehavior dragStartBehavior = DragStartBehavior.start})

Properties

direction DragDirection
finalinherited
dragStartBehavior DragStartBehavior
finalinherited
handleHorizontal bool
no setterinherited
handlers List<AnimationSwipeHandlerMixin>
final
handleVertical bool
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isDeactivated bool
no setterinherited
reverse bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

canAnimate(AnimationSwipeHandlerMixin handler, DragUpdateDetails e) bool
dispose() → void
override
initializeDragGestureRecognizer(DragGestureRecognizer instance) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onDragCancel() → void
override
onDragDown(DragDownDetails e) → void
override
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
override
selectHandler(DragUpdateDetails e) AnimationSwipeHandlerMixin?
toString() String
A string representation of this object.
inherited

Operators

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