PaywallStyleData class

Constructors

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)
PaywallStyleData.fromMap(Map map)
factory

Properties

backgroundColor String
In "#RRGGBB" format
final
bodyFontSize double
final
bodyShadowColor String
In "#RRGGBB" format
final
bodyShadowRadius double
final
bodyTextColor String
In "#RRGGBB" format
final
bottomOverlayColor String
In "#RRGGBB" format
final
bottomOverlayCornerRadius double
final
closeButtonFontSize double
final
closeButtonShadowColor String
In "#RRGGBB" format
final
closeButtonShadowRadius double
final
closeButtonTextColor String
In "#RRGGBB" format
final
featuredSkuButtonColor String
In "#RRGGBB" format
final
featuredSkuButtonTextColor String
In "#RRGGBB" format
final
hashCode int
The hash code for this object.
no setterinherited
purchaseTermsFontSize double
final
purchaseTermsShadowColor String
In "#RRGGBB" format
final
purchaseTermsShadowRadius double
final
purchaseTermsTextColor String
In "#RRGGBB" format
final
restoreButtonFontSize double
final
restoreButtonShadowColor String
In "#RRGGBB" format
final
restoreButtonShadowRadius double
final
restoreButtonTextColor String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signInButtonFontSize double
final
signInButtonShadowColor String
In "#RRGGBB" format
final
signInButtonShadowRadius double
final
signInButtonTextColor String
In "#RRGGBB" format
final
skuButtonColor String
In "#RRGGBB" format
final
skuButtonTextColor String
In "#RRGGBB" format
final
termsLinkColor String
In "#RRGGBB" format
final
titleFontSize double
final
titleShadowColor String
In "#RRGGBB" format
final
titleShadowRadius double
final
titleTextColor String
In "#RRGGBB" format
final

Methods

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

Operators

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