CDAdWidget constructor
const
CDAdWidget({
- required CDAdSize adSize,
- required CDAdController controller,
- Key? key,
- void onAdLoaded()?,
- void onAdFailed()?,
- void onAdTapped()?,
- void onInterstitialClosed()?,
Implementation
const CDAdWidget(
{required this.adSize,
required this.controller,
super.key,
this.onAdLoaded,
this.onAdFailed,
this.onAdTapped,
this.onInterstitialClosed});