MaxAdView constructor
const
MaxAdView({})
Creates an AdView ad that embeds directly into the widget tree.
Implementation
const MaxAdView({
Key? key,
required this.adUnitId,
required this.adFormat,
this.adViewId,
this.placement,
this.customData,
this.extraParameters,
this.localExtraParameters,
this.listener,
this.isAutoRefreshEnabled = true,
this.width,
this.height,
}) : super(key: key);