CarouselPlus constructor
const
CarouselPlus({})
Implementation
const CarouselPlus({
required this.children,
required this.onCenterItemPressed,
this.childSize = 100.0,
super.key,
});
const CarouselPlus({
required this.children,
required this.onCenterItemPressed,
this.childSize = 100.0,
super.key,
});