I'm developing my first mobile app. On the home page, I want to display two containers on top of each other. When the user clicks on container 2 (partially visible), this container must move in front of container 1. I tried using actions to change the page state or manipulating the Stack properties, but this didn't work as expected. Is there a solution for dynamically manipulating the order of widgets in a Stack with FlutterFlow? Maybe the stack isn't the right solution
How to stack two switchable containers?
Widgets & Design
I tried using actions to change the page state or manipulating the Stack properties, but this didn't work as expected. Is there a solution for dynamically manipulating the order of widgets in a Stack with FlutterFlow? Maybe the stack isn't the right solution
Yes
1
1 reply