deepCopy method Null safety
Implementation
ProductCardConfiguration deepCopy() => ProductCardConfiguration(
ctaButtonText: ctaButtonText,
theme: theme,
);
ProductCardConfiguration deepCopy() => ProductCardConfiguration(
ctaButtonText: ctaButtonText,
theme: theme,
);