SwipeHandler class abstract

Inheritance
Mixed in types
Implementers

Constructors

SwipeHandler({required DragDirection direction, DragStartBehavior dragStartBehavior = DragStartBehavior.start})

Properties

direction DragDirection
finalinherited
dragStartBehavior DragStartBehavior
finalinherited
handleHorizontal bool
no setterinherited
handleVertical bool
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isDeactivated bool
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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