NativeAd constructor
NativeAd({
- required String adSlotId,
- NativeAdType type = NativeAdType.banner,
- NativeStyles? styles,
- NativeAdController? controller,
Implementation
NativeAd({
required this.adSlotId,
this.type = NativeAdType.banner,
this.styles,
this.controller,
});