In our app we\'re using a bottomSheet along with a bottomNavigationBar.
The bottomSheet appears above the bottomNavigationBar, is there a way to make it appear underneat
add : useRootNavigator: true,
showModalBottomSheet( context: context, useRootNavigator: true, builder: (context) {}, );