Conclusion. As a general rule of thumb: use only one Scaffold per Route /screen . Use only one Scaffold with widgets such as TabController or IndexedStack to navigate the content inside the body of a single screen.
Can I use multiple Scaffold in Flutter?
Conclusion. As a general rule of thumb: use only one Scaffold per Route /screen . Use only one Scaffold with widgets such as TabController or IndexedStack to navigate the content inside the body of a single screen.