When we drag at once any widget and want to drop that same draggable widget to multiple places and on double tap it should release the draggable widget .
I want this to be done in flutter , i tried this but can achieve drop at one position only and grabbed object is released as soon we drop, but want to do at multiple position without releasing grabbed object until we double tap.