CloudXBannerView constructor
const
CloudXBannerView({
- required String placementName,
- Key? key,
- CloudXAdViewListener? listener,
- double? width,
- double? height,
- CloudXAdViewController? controller,
Implementation
const CloudXBannerView({
required this.placementName,
super.key,
this.listener,
this.width,
this.height,
this.controller,
});