onSwipeDirectionChange property

CardSwiperDirectionChange? onSwipeDirectionChange
final

Callback function that is called when a card swipe direction changes.

The function is called with the last detected horizontal direction and the last detected vertical direction

Implementation

final CardSwiperDirectionChange? onSwipeDirectionChange;