CarouselContainer constructor
const
CarouselContainer({})
Implementation
const CarouselContainer({
Key? key,
required this.carousel,
this.aspectRatio,
this.height,
this.padding,
}) : super(key: key);
const CarouselContainer({
Key? key,
required this.carousel,
this.aspectRatio,
this.height,
this.padding,
}) : super(key: key);