SubZeroCarousel constructor
const
SubZeroCarousel({
- Key? key,
- required List<
Widget> children, - SubZeroCarouselConfig config = const SubZeroCarouselConfig(),
- ValueChanged<
int> ? onPageChanged, - int initialPage = 0,
- SubZeroCarouselController? controller,
Implementation
const SubZeroCarousel({
super.key,
required this.children,
this.config = const SubZeroCarouselConfig(),
this.onPageChanged,
this.initialPage = 0,
this.controller,
});