onSwipeEnd property

(void Function(Offset position, DragEndDetails details)?) onSwipeEnd
final

Callback Hook triggered when the card stopped being dragged and meets the requirement to be swiped. @param details DragEndDetails

Implementation

final void Function(Offset position, DragEndDetails details)? onSwipeEnd;