drawerEnableOpenDragGesture property
final
Determines if the Scaffold.drawer can be opened with a drag gesture on mobile.
On desktop platforms, the drawer is not draggable.
By default, the drag gesture is enabled on mobile.
Implementation
final bool drawerEnableOpenDragGesture;