BannerAdWidget constructor

const BannerAdWidget({
  1. Key? key,
  2. double? height,
  3. AdSize adSize = AdSize.banner,
  4. EdgeInsets? margin,
  5. Color? backgroundColor,
})

Implementation

const BannerAdWidget({
  Key? key,
  this.height,
  this.adSize = AdSize.banner,
  this.margin,
  this.backgroundColor,
}) : super(key: key);