carousel_slider_x library

Classes

CarouselControllerX
Controller to operate the CarouselSlider. It interacts with the widget through callbacks.
CarouselOptions
CarouselSlider
A carousel slider widget.

Enums

CarouselPageChangedReason
Reason for the page change.
CenterPageEnlargeStrategy
Strategy for enlarging effect.

Typedefs

AnimateToPageCallback = Future<void> Function(int page, Duration duration, Curve curve)
CarouselOnScrolledCallback = void Function(double position)
CarouselPageChangedCallback = void Function(int index, CarouselPageChangedReason reason)
ExtendedIndexedWidgetBuilder = Widget Function(BuildContext context, int index, int realIndex)
JumpToCallback = void Function(int page)
PageChangeCallback = Future<void> Function(Duration duration, Curve curve)