onDragEnd method
Implementation
@mustCallSuper
void onDragEnd(int pointerId, DragEndInfo info) {
propagateToChildren<Draggable>(
(c) => c.handleDragEnded(pointerId, info),
);
}
@mustCallSuper
void onDragEnd(int pointerId, DragEndInfo info) {
propagateToChildren<Draggable>(
(c) => c.handleDragEnded(pointerId, info),
);
}