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"
formatfinal - bodyFontSize → double
-
final
- bodyShadowColor → String
-
In
"#RRGGBB"
formatfinal - bodyShadowRadius → double
-
final
- bodyTextColor → String
-
In
"#RRGGBB"
formatfinal - bottomOverlayColor → String
-
In
"#RRGGBB"
formatfinal - bottomOverlayCornerRadius → double
-
final
- closeButtonFontSize → double
-
final
- closeButtonShadowColor → String
-
In
"#RRGGBB"
formatfinal - closeButtonShadowRadius → double
-
final
- closeButtonTextColor → String
-
In
"#RRGGBB"
formatfinal - featuredSkuButtonColor → String
-
In
"#RRGGBB"
formatfinal - featuredSkuButtonTextColor → String
-
In
"#RRGGBB"
formatfinal - hashCode → int
-
The hash code for this object.
no setterinherited
- purchaseTermsFontSize → double
-
final
- purchaseTermsShadowColor → String
-
In
"#RRGGBB"
formatfinal - purchaseTermsShadowRadius → double
-
final
- purchaseTermsTextColor → String
-
In
"#RRGGBB"
formatfinal - restoreButtonFontSize → double
-
final
- restoreButtonShadowColor → String
-
In
"#RRGGBB"
formatfinal - 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"
formatfinal - signInButtonShadowRadius → double
-
final
- signInButtonTextColor → String
-
In
"#RRGGBB"
formatfinal - skuButtonColor → String
-
In
"#RRGGBB"
formatfinal - skuButtonTextColor → String
-
In
"#RRGGBB"
formatfinal - termsLinkColor → String
-
In
"#RRGGBB"
formatfinal - titleFontSize → double
-
final
- titleShadowColor → String
-
In
"#RRGGBB"
formatfinal - titleShadowRadius → double
-
final
- titleTextColor → String
-
In
"#RRGGBB"
formatfinal
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