AppBannerAd constructor

const AppBannerAd({
  1. Key? key,
  2. required BannerConfig config,
  3. AdSize? size,
})

Implementation

const AppBannerAd({
  Key? key,
  required this.config,
  this.size,
}) : super(key: key);