ProductCardConfiguration constructor Null safety

ProductCardConfiguration(
  1. {ProductCardCTAButtonText? ctaButtonText,
  2. ProductCardTheme? theme}
)

Implementation

ProductCardConfiguration({
  this.ctaButtonText,
  this.theme,
});