Hello everyone,
I'm trying to create a user interface with four cards, each having a unique color. These cards should be dynamically generated from a variable (using 'generating children from variable').
My goal is to:
Highlight the selected card: When a card is tapped, its border should turn green, while the other cards keep their initial border.
Handle redirection: After selecting a card, a "Next" button should redirect the user to a specific page, different for each card.
Thank you in advance for your help.