MaxNativeAdOptionsView constructor
const
MaxNativeAdOptionsView({})
Displays a transparent Container as a placeholder for the options view. The platform overlays it with the native options view.
Implementation
const MaxNativeAdOptionsView({
super.key,
this.width = double.infinity,
this.height = double.infinity,
});