Flutter – Possible to have 2 end drawer in a single page?
I added a button in the AppBar by triggering the enddrawer which works exactly what I wanted. However, I wanted to add another button in the body to trigger another Drawer which also slides out from the right. How can…