drawer property

Widget drawer
final

A panel displayed to the side of the body, often hidden on mobile devices. Swipes in from either left-to-right (TextDirection.ltr) or right-to-left (TextDirection.rtl)

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

Typically a Drawer.

Implementation

final Widget drawer