PaywallStyleData constructor
PaywallStyleData(
- double bodyFontSize,
- String bodyTextColor,
- double titleFontSize,
- String backgroundColor,
- String skuButtonColor,
- String skuButtonTextColor,
- String termsLinkColor,
- String titleTextColor,
- String bodyShadowColor,
- double bodyShadowRadius,
- String titleShadowColor,
- double titleShadowRadius,
- String bottomOverlayColor,
- double bottomOverlayCornerRadius,
- double closeButtonFontSize,
- String closeButtonTextColor,
- String closeButtonShadowColor,
- double closeButtonShadowRadius,
- double signInButtonFontSize,
- String signInButtonTextColor,
- String signInButtonShadowColor,
- double signInButtonShadowRadius,
- double purchaseTermsFontSize,
- String purchaseTermsTextColor,
- String purchaseTermsShadowColor,
- double purchaseTermsShadowRadius,
- double restoreButtonFontSize,
- String restoreButtonTextColor,
- String restoreButtonShadowColor,
- double restoreButtonShadowRadius,
- String featuredSkuButtonColor,
- String featuredSkuButtonTextColor,
Implementation
PaywallStyleData(
this.bodyFontSize,
this.bodyTextColor,
this.titleFontSize,
this.backgroundColor,
this.skuButtonColor,
this.skuButtonTextColor,
this.termsLinkColor,
this.titleTextColor,
this.bodyShadowColor,
this.bodyShadowRadius,
this.titleShadowColor,
this.titleShadowRadius,
this.bottomOverlayColor,
this.bottomOverlayCornerRadius,
this.closeButtonFontSize,
this.closeButtonTextColor,
this.closeButtonShadowColor,
this.closeButtonShadowRadius,
this.signInButtonFontSize,
this.signInButtonTextColor,
this.signInButtonShadowColor,
this.signInButtonShadowRadius,
this.purchaseTermsFontSize,
this.purchaseTermsTextColor,
this.purchaseTermsShadowColor,
this.purchaseTermsShadowRadius,
this.restoreButtonFontSize,
this.restoreButtonTextColor,
this.restoreButtonShadowColor,
this.restoreButtonShadowRadius,
this.featuredSkuButtonColor,
this.featuredSkuButtonTextColor);