onSwipeEnd property
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;
Callback Hook triggered when the card stopped being dragged and meets the requirement to be swiped. @param details DragEndDetails
final void Function(Offset position, DragEndDetails details)? onSwipeEnd;