MaxNativeAdOptionsView constructor
const
MaxNativeAdOptionsView({})
Creates Container for the options view. The platform native ad loader overlays the container with the platform view that contains an options view.
Implementation
const MaxNativeAdOptionsView({
super.key,
this.width = double.infinity,
this.height = double.infinity,
});