VastAdView constructor

const VastAdView({
  1. Key? key,
  2. required LinearAdSlot linearAdSlot,
  3. void onViewCreated(
    1. VastAdViewController controller
    )?,
  4. VastAdEventListener? eventListener,
  5. bool isCustomVideoPlayer = false,
})

Implementation

const VastAdView({
  Key? key,
  required this.linearAdSlot,
  this.onViewCreated,
  this.eventListener,
  this.isCustomVideoPlayer = false,
}) : super(key: key);