ProductCardPriceConfiguration constructor

ProductCardPriceConfiguration(
  1. {bool? isHidden,
  2. ProductCardPriceLabelAxis? axis,
  3. ProductCardLabelConfiguration? priceLabel,
  4. ProductCardLabelConfiguration? originalPriceLabel,
  5. bool? isPriceFirst}
)

Implementation

ProductCardPriceConfiguration({
  this.isHidden,
  this.axis,
  this.priceLabel,
  this.originalPriceLabel,
  this.isPriceFirst,
});