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