YandexAdsNativeWidget constructor
YandexAdsNativeWidget({})
Implementation
YandexAdsNativeWidget({
Key? key,
required this.id,
this.onAdLoaded,
this.onAdFailedToLoad,
this.onImpression,
this.onAdClicked,
this.onLeftApplication,
this.onReturnedToApplication,
this.width = 0,
this.height = 0,
}) : super(key: key);