I'm trying to create a menu where you can drag from the red circle to the blue ones. I want to detect when the user is holding the finger over any of the blue items and also, when it releases, which one it was. Right now I've a
detectDragGestures
on the Red circle but I'm not sure I can detect when the blue one touched. I've tried
pointerInteropFilter
but it doesn't give me any events from the blue ones. Any suggestions? 🙂