I'm trying to achieve a page where bottom navigation and app bar are fixed. But when I pressed a button it will go to another page without recreating the app bar and bottom nav bar. For routing I'm using go_router package.
There is an answer using Navigator here. But is there any way to make it using go_router?
Example Page:
Example Home Page:

