ProductCardConfiguration constructor

ProductCardConfiguration(
  1. {ProductCardTheme? theme,
  2. double? cornerRadius,
  3. bool? isCtaButtonHidden,
  4. ProductCardCTAButtonText? ctaButtonText,
  5. ProductCardCTAButtonStyle? ctaButtonStyle,
  6. ProductCardPriceConfiguration? priceConfiguration,
  7. double? width,
  8. double? height,
  9. String? backgroundColor,
  10. ProductCardIconConfiguration? iconConfiguration,
  11. ProductCardLabelConfiguration? nameLabel}
)

Implementation

ProductCardConfiguration({
  this.theme,
  this.cornerRadius,
  this.isCtaButtonHidden,
  this.ctaButtonText,
  this.ctaButtonStyle,
  this.priceConfiguration,
  this.width,
  this.height,
  this.backgroundColor,
  this.iconConfiguration,
  this.nameLabel,
});