NiceCarousel constructor
Implementation
const NiceCarousel({
super.key,
required this.children,
this.height = 200,
this.autoPlay = false,
this.autoPlayInterval = const Duration(seconds: 4),
this.showIndicators = true,
this.showArrows = true,
});