stacked_list_carousel library

Enums

CarouselBehavior
Define what happens when user discards cards.
OutermostCardBehavior
Determine outermost card animation behavior
StackedListAxisAlignment
Define the way carousel arranges its children.
SwipeDirection
Determines card's swipe quarter direction, converted from card's drag offset.

Functions

getSwipeDirection({required Offset offset}) SwipeDirection

Typedefs

AnimationCallback = void Function(CarouselBehavior)
CardSwipedCallback<T> = void Function(T, SwipeDirection)
SizedWidgetBuilder<T> = Widget Function(BuildContext, T, Size)
WrapperBuilder = Widget Function(Widget)