onDragUpdate property
final
Called when the draggable is dragged.
This function will only be called while this widget is still mounted to the tree (i.e. State.mounted is true), and if this widget has actually moved.
Implementation
final DragUpdateCallback? onDragUpdate;