endDrawerEnableOpenDragGesture property

bool endDrawerEnableOpenDragGesture
final

Determines if the Scaffold.endDrawer can be opened with a gesture on mobile.

On desktop platforms, the drawer is not draggable.

By default, the drag gesture is enabled on mobile.

Implementation

final bool endDrawerEnableOpenDragGesture;