endDrawer property
final
A panel displayed to the side of the body, often hidden on mobile devices. Swipes in from right-to-left (TextDirection.ltr) or left-to-right (TextDirection.rtl)
In the uncommon case that you wish to open the drawer manually, use the ScaffoldState.openEndDrawer function.
Typically a Drawer.
Implementation
final Widget endDrawer