Flutter
widgets
Draggable
<
T extends Object
>
onDragStarted property
onDragStarted
description
onDragStarted
property
Null safety
VoidCallback
?
onDragStarted
final
Called when the draggable starts being dragged.
Implementation
final VoidCallback? onDragStarted;
Flutter
widgets
Draggable
<
T extends Object
>
onDragStarted property
Draggable class
Constructors
Draggable
Properties
affinity
axis
child
childWhenDragging
data
dragAnchor
dragAnchorStrategy
feedback
feedbackOffset
hashCode
hitTestBehavior
ignoringFeedbackPointer
ignoringFeedbackSemantics
key
maxSimultaneousDrags
onDragCompleted
onDragEnd
onDraggableCanceled
onDragStarted
onDragUpdate
rootOverlay
runtimeType
Methods
createElement
createRecognizer
createState
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==