PDAAdCustomStyle constructor
const
PDAAdCustomStyle({
- double? bannerWidth,
- double? bannerHeight,
- double? nativeAdWidth,
- double? nativeAdHeight,
- Axis productScrollDirection = Axis.horizontal,
- PdaProductStyle pdaProductStyle = PdaProductStyle.horizontal,
- NativeAdLayoutType nativeAdLayoutType = NativeAdLayoutType.small,
- NativeAdStyle? nativeStyle,
- Widget? ctaButton,
- Widget? customAdContent,
- dynamic nativeAdAppear()?,
- dynamic nativeAdClicked()?,
Implementation
const PDAAdCustomStyle({
this.bannerWidth,
this.bannerHeight,
this.nativeAdWidth,
this.nativeAdHeight,
this.productScrollDirection = Axis.horizontal,
this.pdaProductStyle = PdaProductStyle.horizontal,
this.nativeAdLayoutType = NativeAdLayoutType.small,
this.nativeStyle,
this.ctaButton,
this.customAdContent,
this.nativeAdAppear,
this.nativeAdClicked,
});