BannerExample constructor

const BannerExample({
  1. Key? key,
  2. dynamic ids,
  3. int? bannerType,
})

Implementation

const BannerExample({Key? key, this.ids, this.bannerType}) : super(key: key);