flutter GoRouter : close ModalBottomsheet on back pressed
I have an app that use goRoute with bottomNavigation bar, and inside any routes i need to open a ModalBottomSheet (over bottomNavBar) for show some data.
Here it is an example of my goRouter implementation: