NativeAdStyle constructor
NativeAdStyle({
- BoxDecoration? adLayoutStyle = defaultAdLayoutStyle,
- TextStyle? titleTextStyle = defaultTitleStyle,
- TextStyle? skuDescriptionTextStyle = defaultSkuDescriptionStyle,
- TextStyle? deliveryDetailTextStyle = defaultDeliveryDetailStyle,
- TextStyle? originalPriceTextStyle = defaultOriginalPriceStyle,
- TextStyle? discountedPriceTextStyle = defaultDiscountedPriceStyle,
- TextStyle? offerTextStyle = defaultOfferStyle,
- TextStyle? ratingTextStyle = defaultRatingStyle,
- TextStyle? ratingCountTextStyle = defaultRatingCountStyle,
- TextStyle? membershipPriceTextStyle = defaultMembershipStyle,
- String? ctaTitle,
- VoidCallback? ctaAction,
- int? mediaHeight,
- 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,
});