draggableOutside property

bool draggableOutside
final

If draggableOutside is true, items can be dragged outside the viewport. Else items can't be dragged outside the viewport.

This only effects horizontal drag. To disable vertical drag set autoScroll to false also.

Implementation

final bool draggableOutside;