ProductCardConfiguration class

Constructors

ProductCardConfiguration({ProductCardTheme? theme, double? cornerRadius, bool? isCtaButtonHidden, ProductCardCTAButtonText? ctaButtonText, ProductCardCTAButtonStyle? ctaButtonStyle, ProductCardPriceConfiguration? priceConfiguration, double? width, double? height, String? backgroundColor, ProductCardIconConfiguration? iconConfiguration, ProductCardLabelConfiguration? nameLabel})

Properties

backgroundColor String?
The background color of product card. Only supported on iOS.
getter/setter pair
cornerRadius double?
The corner radius of product card.
getter/setter pair
ctaButtonStyle ProductCardCTAButtonStyle?
The cta button style of product card. Only supported on iOS.
getter/setter pair
ctaButtonText ProductCardCTAButtonText?
The text of shopping CTA button.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height double?
The height of product card. Only supported on iOS.
getter/setter pair
iconConfiguration ProductCardIconConfiguration?
The icon configuration of product card. Only supported on iOS.
getter/setter pair
isCtaButtonHidden bool?
CTA button is hidden or not.
getter/setter pair
nameLabel ProductCardLabelConfiguration?
The label configuration of product card. Only supported on iOS.
getter/setter pair
priceConfiguration ProductCardPriceConfiguration?
The price configuration of product card.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
theme ProductCardTheme?
The theme of product card.
getter/setter pair
width double?
The width of product card. Only supported on iOS.
getter/setter pair

Methods

deepCopy() ProductCardConfiguration
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