BannerAdView constructor

const BannerAdView({
  1. Key? key,
  2. double? height,
})

Implementation

const BannerAdView({super.key, this.height});