dragStartBehavior property

DragStartBehavior dragStartBehavior
final

Determines the way that drag start behavior is handled.

If set to DragStartBehavior.start, scrolling drag behavior will begin upon the detection of a drag gesture.

If set to DragStartBehavior.down it will begin when a down event is first detected.

Implementation

final DragStartBehavior dragStartBehavior;