InstreamAdViewElements constructor

const InstreamAdViewElements({
  1. Key? key,
  2. Function? onSkip,
  3. Function? onInfo,
  4. String? callToActionText,
  5. String? countdown,
  6. String? skipText,
  7. String? adFlagText,
})

Implementation

const InstreamAdViewElements({
  Key? key,
  this.onSkip,
  this.onInfo,
  this.callToActionText,
  this.countdown,
  this.skipText,
  this.adFlagText,
}) : super(key: key);