After I tap an item in the Scaffold's drawer I want it to automatically hide itself. How do I do it in Flutter?
Navigator.pop() will pop the Drawer route off the stack and cause it to close.
Drawer