BannerAdView constructor
BannerAdView({
- Key? key,
- String? unitId,
- double? width,
- double? height,
- AdCallback? onAdLoad,
- AdCallback? onAdShow,
- AdCallback? onAdClick,
- AdCallback? onAdClose,
- AdErrorCallback? onError,
Implementation
BannerAdView(
{Key? key,
this.unitId,
this.width,
this.height,
this.onAdLoad,
this.onAdShow,
this.onAdClick,
this.onAdClose,
this.onError})
: super(key: key);