Avoid "Display Zoom" option

Hi.

I have an app for iPhone, and it works on every iphone except iphone 8 and SE with the option "display zoom" on. It magnifies the widgets and the texts and so not everything fits in the screen.

If the option "Zoomed" is selected the views break. I have tried to fix it by using a scrollable widget, but doenst solve my problem, and the worst is that i dont have a iPhone 8 to make tests, so its very hard to develop a sollution for this.

I know in Flutter (not FF) you can avoid accessibility fonts resizing making some changes at the main file to set a max resize value, but i think in FlutterFlow we cant do it since we cant make many changes on main (and it isn't highly recommended to use this workaround), so is there another way to evade this display zoom settings inside my app?