I'm using BottomNavigationBar with PageView, how can i keep BottomNavigationBar when go to another screen.
Example:
In BottomNavigatioBar I have 3 screen A(),B(),C()
. In A()
, I want to go to D()
and BottomNavigationBar not losing
I'm using BottomNavigationBar with PageView, how can i keep BottomNavigationBar when go to another screen.
Example:
In BottomNavigatioBar I have 3 screen A(),B(),C()
. In A()
, I want to go to D()
and BottomNavigationBar not losing