Relative Content

Tag Archive for flutterdrag

How to drag and tap a overlay simultaneously?

I’m trying to implement an overlay widget in my Flutter app that allows users to both drag and tap on it. The overlay should display a draggable circular widget that users can move around the screen by dragging it, and they should also be able to tap on the overlay to perform certain actions.

How can I drag a overlay in Flutter?

How can i drag the circle in this flutter code I recently added the tap through functionality now I am unable to drag the circle is there anyone who can solve this problem.