MoonCarousel constructor
const
MoonCarousel({})
Implementation
const MoonCarousel({
super.key,
required this.items,
this.height = 200,
this.autoPlayInterval = const Duration(seconds: 4),
});
const MoonCarousel({
super.key,
required this.items,
this.height = 200,
this.autoPlayInterval = const Duration(seconds: 4),
});