Flutter
widgets
Draggable
<
T extends Object
>
data property
data
description
data
property
Null safety
T?
data
final
The data that will be dropped by this draggable.
Implementation
final T? data;
Flutter
widgets
Draggable
<
T extends Object
>
data 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 ==