My doubts are related to my menu. So, I have a menu where users can navigate trough the app, in the bottom of the menu I added a flex container with their profile picture and name. What I want to do is when the user clicks on this flex container it shows like a small menu over the flex container showing different options like settings, switch to dark and light mode, go to trust pilot, etc.
What is happening is that when I click on Dynamic Events it only appears to me a few elements that I can choose, my question is what element should I use to make this small menu so then I can see this element on the flex container dynamic events?
I'd make a second container that I want to have the new information in.
I'd make a variable like "MenuSwitcher" and give it a value of zero.
I'd go into the **dynamic attributes ==> display ==> show ** and set the first one to display when "MenuSwitcher" = 0. And the second one to display when "MenuSwitcher" = 1.
Then, I'd create a dynamic event of mouse click on the first one that changes the value of "MenuSwitcher" to 1.
I'd put a button on the second one that helps them go back that changes the value of "MenuSwitcher" to 0.