drawer property
read / write
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
Widget drawer