PDAAdSettings constructor
const
PDAAdSettings({
- double? width,
- double? height,
- PdaProductStyle adStyle = PdaProductStyle.vertical,
- String? adLabelText,
- Alignment adLabelAlignment = Alignment.topLeft,
- Widget? badge,
- dynamic adAppear()?,
- dynamic adClicked(
- PdaAd,
- CarouselCard?,
- String?
- PDAAdCustomStyle? pdaAdCustomStyle,
Implementation
const PDAAdSettings({
this.width,
this.height,
this.adStyle = PdaProductStyle.vertical,
this.adLabelText,
this.adLabelAlignment = Alignment.topLeft,
this.badge,
this.adAppear,
this.adClicked,
this.pdaAdCustomStyle,
});