ProductCardPriceConfiguration constructor
- {bool? isHidden,
- ProductCardPriceLabelAxis? axis,
- ProductCardLabelConfiguration? priceLabel,
- ProductCardLabelConfiguration? originalPriceLabel,
- bool? isPriceFirst}
Implementation
ProductCardPriceConfiguration({
this.isHidden,
this.axis,
this.priceLabel,
this.originalPriceLabel,
this.isPriceFirst,
});