Describe the bug
AppBar doesn't display back button when Modular.to.pushNamed is used inside RouterOutlet.
To Reproduce
Set AppBar and body as RouterOutlet.
Navigate using Modular.to.pushNamed inside inner module.
It will not display the back button.
Expected behavior
It should display the back button.
I am able to get the back button if I set the Scaffold inside the inner module.
Describe the bug
AppBar doesn't display back button when Modular.to.pushNamed is used inside RouterOutlet.
To Reproduce
Set AppBar and body as RouterOutlet.
Navigate using Modular.to.pushNamed inside inner module.
It will not display the back button.
Expected behavior
It should display the back button.
I am able to get the back button if I set the Scaffold inside the inner module.