NativeAdWidget constructor

const NativeAdWidget({
  1. Key? key,
  2. double height = 200,
  3. EdgeInsets? margin,
  4. BorderRadius? borderRadius,
})

Implementation

const NativeAdWidget({
  Key? key,
  this.height = 200,
  this.margin,
  this.borderRadius,
}) : super(key: key);