PDAAdCustomStyle class

PDA Custom Style class matching iOS PDAAdCustomStyle structure

Constructors

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(NativeAd)?, dynamic nativeAdClicked(NativeAd)?})
const

Properties

bannerHeight double?
final
bannerWidth double?
final
ctaButton Widget?
final
customAdContent Widget?
final
hashCode int
The hash code for this object.
no setterinherited
nativeAdAppear → dynamic Function(NativeAd)?
final
nativeAdClicked → dynamic Function(NativeAd)?
final
nativeAdHeight double?
final
nativeAdLayoutType NativeAdLayoutType
final
nativeAdWidth double?
final
nativeStyle NativeAdStyle?
final
pdaProductStyle PdaProductStyle
final
productScrollDirection Axis
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited