onSwipeRight property

void Function(Offset finalPosition)? onSwipeRight
final

Callback Hook triggered when the card finished swiping right. @param finalPosition Offset

Implementation

final void Function(Offset finalPosition)? onSwipeRight;