PersistentBottomNavBarV2 icon indicating copy to clipboard operation
PersistentBottomNavBarV2 copied to clipboard

Not back arrow when push page

Open nowjordanhappy opened this issue 2 years ago • 1 comments

i'm testing the example and event if I push a new page, the back arrow is not showing

nowjordanhappy avatar Jul 14 '22 00:07 nowjordanhappy

If you want to have the back arrow on the pages that you push with the navbar, you need to give every single screen a scaffold with an AppBar. Then you should also remove the scaffold around your PersistentTabView if there is one.

So to make that work in the example, you need to remove the scaffold in the build method of the ProvidedStyleExample and add an AppBar to MainScreen and MainScreen2 for example.

Does that solve your issue?

jb3rndt avatar Jul 28 '22 11:07 jb3rndt