ShoppingCTAButtonConfiguration class

Constructors

ShoppingCTAButtonConfiguration({ShoppingCTAButtonText? text, String? backgroundColor, String? textColor, double? fontSize, IOSFontInfo? iOSFontInfo})

Properties

backgroundColor String?
The background color of CTA button. Only supported on iOS.
getter/setter pair
fontSize double?
The font size of CTA button. Only supported on iOS.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iOSFontInfo IOSFontInfo?
The iOS font info of "Add to cart" button. The property is ignored when fontSize is not set. Only supported on iOS.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text ShoppingCTAButtonText?
The text of shopping CTA button.
getter/setter pair
textColor String?
The text color of CTA button. Only supported on iOS.
getter/setter pair

Methods

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

Operators

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