ProductInfoViewConfiguration constructor
- ShoppingCTAButtonConfiguration? ctaButton,
- LinkButtonConfiguration? linkButton,
- ProductCardConfiguration? productCard,
Implementation
ProductInfoViewConfiguration({
this.ctaButton,
this.linkButton,
this.productCard,
});