Is using stack widget as a background slow flutter app?

Viewed 28

I'm building an app with flutter and i use the stack widget to lay background with 4 to 5 widgets inside including an asset image.

Plus a lot of glassmorphism widgets, the app feels a bit slow between pages.

Is this because of stack widget or the many glasmorphism widgets? Or both?

If I took a picture of the stack widget can i use it as background image, would it help with the app being slow?

Any suggestions would be appreciated

0 Answers
Related