NativeAdWidget constructor

NativeAdWidget({
  1. Key? key,
  2. String? adId,
  3. String? height,
})

Implementation

NativeAdWidget({Key? key, this.adId, this.height}) : super(key: key);