FunctionalBannerAd constructor

const FunctionalBannerAd({
  1. Key? key,
  2. required String bannerAdUnitId,
  3. AdSize adSize = AdSize.banner,
  4. BannerAdListener? bannerListener,
})

Implementation

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