Expand Image
Using this Action, you can make the Image and CircleImage widget expandable. That means you can see the image on full screen and then zoom/pan the image.

Expanding Image
Go to your project page on FlutterFlow and follow the steps below to define the Action to any widget.
- Select the Image or CircleImage widget.
- Select Actions from the Properties panel (the right menu), and click + Add Action.
- Search and select Expand Image action.
- Turn on the Allow Rotation if you want users to be able to rotate the expanded image.
- When you click on the image, it animates and then expands to full screen. That's called Hero Animation, which is enabled by default. To remove this effect, turn off the Hero Animation toggle.
- Click Close.

Adding Expand Image action
Last modified 10mo ago