ui/flutter_tindercard library

Typedefs

CardBuilder = Widget Function(BuildContext context, int index)
CardDragUpdateCallback = void Function(DragUpdateDetails? details, Alignment? align)
DragUpdateDetails of swiping card.
CardSwipeCompleteCallback = void Function(CardSwipeOrientation orientation, int index)
swipe card to CardSwipeOrientation.left or CardSwipeOrientation.right , CardSwipeOrientation.recover means back to start.
TriggerListener = void Function(TriggerDirection trigger)