KiteCarousel constructor
const
KiteCarousel({})
Implementation
const KiteCarousel({
required this.children,
super.key,
this.height = Dimensions.s64 * 3,
this.viewportFraction = .92,
this.showIndicator = true,
});