CarouselAdWidget constructor
const
CarouselAdWidget({})
Creates a CarouselAdWidget.
adData is required. Optionally, you can set height, width, onAdClick, and onViewAppeared.
Implementation
const CarouselAdWidget(
{super.key,
required this.adData,
this.height,
this.width,
this.onViewAppeared,
this.onAdClick,
this.adLabelText,
this.adLabelAlignment,
required this.config});