I try to recreate the following image in Flutter web, I understand how to do almost everything, except the profile box that is above the image,
How can I put an object on top of an image?
>Solution :
Use Stack to put widgets on each other ,if you want to put widget on specific position use Positioned
i suggest you to read this article
