This is the UI that I aim to achieve
Hi everyone, I'm new to Flutter and i have a problem, How can I create a UI like the one in the image, consisting of two images connected by an arrow?
I've used the Positioned widget, but I'm unsure how to correctly position the arrow to match the design. Could someone help me with this? Thank you.

You can do the following:
Rowto position your cards.Transform.rotate.Stackand put theRowand theImageinside that.Result:
Code:
Just use a better image for the arrow (transparent background).