BigoNativeAdIconView constructor
const
BigoNativeAdIconView({})
Creates Container for the icon view. The platform native ad loader overlays the container with the platform view that contains an icon image.
Implementation
const BigoNativeAdIconView({
Key? key,
this.width = double.infinity,
this.height = double.infinity,
}) : super(key: key, adTag: BigoAdTag.icon);