1

Please see this pic. This picture is what happening in my code.

I want the drawer to be on top of the bottomnavigationbar. I want the bottomnavigationbar behind the drawer.

  • Keep these guidelines to post questions on Stack Overflow for better visibility for the readers stackoverflow.com/help/minimal-reproducible-example – Zain Zafar May 26 '20 at 15:24

1 Answers1

0

hey for do that you need to work with bottomSheet :

  bottomSheet:Container(child: .....,) 
nordine enn
  • 78
  • 1
  • 8