NativeAdVerticalView constructor
const
NativeAdVerticalView({
- Key? key,
- required Map<
String, dynamic> ? ad, - required NativeAdType? adType,
- required double width,
- required OsmosConfig config,
- double? height,
- String? adLabelText,
- Alignment? adLabelAlignment = Alignment.topLeft,
- Widget? customCtaView,
- Widget? customBadgeView,
- dynamic onAdClicked()?,
- dynamic onAdLoaded()?,
- NativeAdStyle? customStyle,
Implementation
const NativeAdVerticalView({
super.key,
required super.ad,
required this.adType,
required this.width,
required this.config,
this.height,
this.adLabelText,
this.adLabelAlignment = Alignment.topLeft,
this.customCtaView,
this.customBadgeView,
super.onAdClicked,
super.onAdLoaded,
this.customStyle,
});