CarouselParallax constructor
const
CarouselParallax({})
Implementation
const CarouselParallax({
Key? key,
required this.child,
this.curve = Curves.ease,
required this.height,
required this.index,
this.minScale = 0.64,
required this.page,
this.parallaxEffect = false,
}) : super(key: key);