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
Noticed your question. Had same problem and found better solution. Use showModalBottomSheet(). It will overlay bottom navigation.
showModalBottomSheet()