BadLinearCarousel constructor
const
BadLinearCarousel({
- Key? key,
- ValueChanged<
int> ? onPageChanged, - VoidCallback? onSwipeOut,
- IndicatorBuilder? indicatorBuilder,
- required List<
Widget> pages,
Implementation
const BadLinearCarousel({
super.key,
super.onPageChanged,
this.onSwipeOut,
super.indicatorBuilder,
required super.pages,
});