Is it possible to handle the end of the drag and drop operation in all other scenarios when it is not handled by the onDrop override of some widget.
like for example in these scenarios:
- drag and drop operation ends on a screen without widgets
- drag and drop operation ends on a widget that doesn’t have onDrop override implemented
Thanks