ProductCardPriceConfiguration class

Constructors

ProductCardPriceConfiguration({bool? isHidden, ProductCardPriceLabelAxis? axis, ProductCardLabelConfiguration? priceLabel, ProductCardLabelConfiguration? originalPriceLabel, bool? isPriceFirst})

Properties

axis ProductCardPriceLabelAxis?
The axis of price label. Default to 'horizontal'. Only supported on iOS.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isHidden bool?
getter/setter pair
isPriceFirst bool?
The default display order is priceLabel, originalPriceLabel. When the value is true, the order is reversed. Only supported on iOS.
getter/setter pair
originalPriceLabel ProductCardLabelConfiguration?
The label configuration of original price. Only supported on iOS.
getter/setter pair
priceLabel ProductCardLabelConfiguration?
The label configuration of price. Only supported on iOS.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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