NativeAdWidget constructor
const
NativeAdWidget({
- Key? key,
- double height = 200,
- EdgeInsets? margin,
- BorderRadius? borderRadius,
Implementation
const NativeAdWidget({
Key? key,
this.height = 200,
this.margin,
this.borderRadius,
}) : super(key: key);