FunctionalBannerAd constructor
const
FunctionalBannerAd({
- Key? key,
- required String bannerAdUnitId,
- AdSize adSize = AdSize.banner,
- BannerAdListener? bannerListener,
Implementation
const FunctionalBannerAd({
Key? key,
required this.bannerAdUnitId,
this.adSize = AdSize.banner,
this.bannerListener,
}) : super(key: key);