I want to create multiple images or cards using Flutter, each with the same design and behavior as Apple Wallet.
When any image or card is clicked, it should move to the top of the page, while the rest of the cards collapse to the bottom of the page. Upon clicking again, it should return to the normal design and layout.the main page once a card is clicked
i tried using Listview builder and Hero widgets but didnt work as expected
Abolela-H45 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.