ChartboostBanner constructor

ChartboostBanner(
  1. BannerAdSize size,
  2. String location, {
  3. Key? key,
})

Implementation

ChartboostBanner(this.size, this.location, {Key? key}) : super(key: key);