ProductCardConfiguration constructor Null safety
- {ProductCardCTAButtonText? ctaButtonText,
- ProductCardTheme? theme}
Implementation
ProductCardConfiguration({
this.ctaButtonText,
this.theme,
});
ProductCardConfiguration({
this.ctaButtonText,
this.theme,
});