DragHandlerDelegate class

Inheritance

Constructors

DragHandlerDelegate({required DragDirection direction, GestureDragDownCallback? onDragDown, GestureDragStartCallback? onDragStart, GestureDragUpdateCallback? onDragUpdate, GestureDragEndCallback? onDragEnd, GestureDragCancelCallback? onDragCancel, 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
onDragCancel GestureDragCancelCallback?
final
onDragDown GestureDragDownCallback?
final
onDragEnd GestureDragEndCallback?
final
onDragStart GestureDragStartCallback?
final
onDragUpdate GestureDragUpdateCallback?
final
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
recognizerFactories() RecognizerFactories
inherited
toString() String
A string representation of this object.
inherited

Operators

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