NativeAdStyle constructor

NativeAdStyle({
  1. BoxDecoration? adLayoutStyle = defaultAdLayoutStyle,
  2. TextStyle? titleTextStyle = defaultTitleStyle,
  3. TextStyle? skuDescriptionTextStyle = defaultSkuDescriptionStyle,
  4. TextStyle? deliveryDetailTextStyle = defaultDeliveryDetailStyle,
  5. TextStyle? originalPriceTextStyle = defaultOriginalPriceStyle,
  6. TextStyle? discountedPriceTextStyle = defaultDiscountedPriceStyle,
  7. TextStyle? offerTextStyle = defaultOfferStyle,
  8. TextStyle? ratingTextStyle = defaultRatingStyle,
  9. TextStyle? ratingCountTextStyle = defaultRatingCountStyle,
  10. TextStyle? membershipPriceTextStyle = defaultMembershipStyle,
  11. String? ctaTitle,
  12. VoidCallback? ctaAction,
  13. int? mediaHeight,
  14. int? mediaWidth,
})

Implementation

NativeAdStyle({
  this.adLayoutStyle = defaultAdLayoutStyle,
  this.titleTextStyle = defaultTitleStyle,
  this.skuDescriptionTextStyle = defaultSkuDescriptionStyle,
  this.deliveryDetailTextStyle = defaultDeliveryDetailStyle,
  this.originalPriceTextStyle = defaultOriginalPriceStyle,
  this.discountedPriceTextStyle = defaultDiscountedPriceStyle,
  this.offerTextStyle = defaultOfferStyle,
  this.ratingTextStyle = defaultRatingStyle,
  this.ratingCountTextStyle = defaultRatingCountStyle,
  this.membershipPriceTextStyle = defaultMembershipStyle,
  this.ctaTitle,
  this.ctaAction,
  this.mediaHeight,
  this.mediaWidth,
});