ShoppingCTAButtonConfiguration class Null safety
Constructors
- ShoppingCTAButtonConfiguration({ShoppingCTAButtonText? text, String? backgroundColor, String? textColor, double? fontSize, IOSFontInfo? iOSFontInfo})
Properties
- backgroundColor ↔ String?
-
The background color of CTA button.
read / write
- fontSize ↔ double?
-
The font size of CTA button.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- iOSFontInfo ↔ IOSFontInfo?
-
The iOS font info of "Add to cart" button.
The property is ignored when fontSize is not set.
Only supported on iOS.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- text ↔ ShoppingCTAButtonText?
-
The text of shopping CTA button.
read / write
- textColor ↔ String?
-
The text color of CTA button.
read / write
Methods
-
deepCopy(
) → ShoppingCTAButtonConfiguration -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited