On my Home Page, I have an image. When a user long-taps the image, I open a review page. After they submit a review, I want a small circle (marker) to appear on the image exactly where they tapped.
I’m storing the tap location, but I don’t know how to place the circle at that exact spot over the image in the home page. There's no Positioned
widget, and I’m not sure how to do this with Align
.
Any ideas on how to make this work?