widget/src/carousel library

Classes

BadCarousel
BadCyclicCarousel
Carousel with cyclic behavior, when the user swipes out the last page, it will jump back to the first page as if it's infinite.
BadLinearCarousel
Carousel with limited pages, when the user swipes out the last page, onSwipeOut will be called.

Typedefs

IndicatorBuilder = Widget Function(BuildContext context, int index)