MastheadAd constructor
MastheadAd({
- String? autoplayVideoDuration,
- String? autoplayVideoStartMillisecond,
- String? callToActionButtonLabel,
- String? callToActionFinalUrl,
- String? callToActionTrackingUrl,
- List<
YoutubeVideoDetails> ? companionYoutubeVideos, - String? description,
- String? headline,
- bool? showChannelArt,
- YoutubeVideoDetails? video,
- String? videoAspectRatio,
Implementation
MastheadAd({
this.autoplayVideoDuration,
this.autoplayVideoStartMillisecond,
this.callToActionButtonLabel,
this.callToActionFinalUrl,
this.callToActionTrackingUrl,
this.companionYoutubeVideos,
this.description,
this.headline,
this.showChannelArt,
this.video,
this.videoAspectRatio,
});