I am trying to implement Match-The-Following. The approach I could come up with is that the onPanStart and onPanEnd to get the starting Offset and ending Offset. I also need to get the Offset of the widget on the screen to match.
Is there any method to get the local position of widget on the screen (Widget is a Container) ?