endDrawer property
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)
Implementation
final Widget? endDrawer;
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)
final Widget? endDrawer;