NativeAdView constructor
NativeAdView({
- Key? key,
- required String codeId,
- required double width,
- required double height,
- required ViewLoadCallback viewLoadCallback,
- required DownloadCallback downloadCallback,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? padding,
- Color? color,
- BorderRadius? radius,
Implementation
NativeAdView({
super.key,
required this.codeId,
required this.width,
required this.height,
required this.viewLoadCallback,
required this.downloadCallback,
this.margin,
this.padding,
this.color,
this.radius,
});