BaseCarousel constructor
const
BaseCarousel({})
Implementation
const BaseCarousel({
super.key,
this.width,
this.height = 96,
this.calcPadding,
required this.children,
});
const BaseCarousel({
super.key,
this.width,
this.height = 96,
this.calcPadding,
required this.children,
});