BannerAdView constructor
const
BannerAdView({
- Key? key,
- Color backgroundColor = Colors.transparent,
- AdSize size = AdSize.banner,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? padding,
- required BannerAd? bannerAd,
Implementation
const BannerAdView({
super.key,
this.backgroundColor = Colors.transparent,
this.size = AdSize.banner,
this.margin,
this.padding,
required this.bannerAd,
});