NativeAdView constructor

const NativeAdView({
  1. Key? key,
  2. double? height,
  3. String? adSize,
})

Implementation

const NativeAdView({super.key, this.height, this.adSize});