NativeWidget constructor
const
NativeWidget(
- AMPSNativeAd? adNative, {
- Key? key,
- required String adId,
- bool show = true,
Implementation
const NativeWidget(
this.adNative, {
super.key,
required this.adId,
this.show = true
});