How we can change BottomNavigationBar
page using Navigator
push method without losing each page state?
extra details: that is useful on nested navigation, when we want to use Navigator.of
method to access nearest Navigator
on widget hierarchy. so we can change tabs from inside a tab content.
this situation is also a part of explained scenario on this question Flutter integrated stacked and tabbed navigations.