Widget drawer
read-only

A panel displayed to the side of the body, often hidden on mobile devices.

If the appBar lacks an AppBar.leading widget, the scaffold will add a button that opens the drawer. The scaffold will also open the drawer if the user drags from the left edge of the scaffold.

In the uncommon case that you wish to open the drawer manually, use the ScaffoldState.openDrawer function.

Typically a Drawer.