PdaBannerView constructor
const
PdaBannerView({})
Implementation
const PdaBannerView({
super.key,
required this.pdaAd,
this.width,
this.height,
this.onAdClicked,
this.onAdLoaded,
this.autoSlideInterval = const Duration(seconds: 3),
this.showIndicators = true,
this.adLabelText,
this.adLabelAlignment,
this.customBadgeView,
});