onDragComplete property

VoidCallback? onDragComplete
final

A call back for swipe completion.

When horizontal drag is enough to cross minThreshold then it will called.

Implementation

final VoidCallback? onDragComplete;