deepCopy method
Implementation
ProductCardCTAButtonStyle deepCopy() => ProductCardCTAButtonStyle(
textColor: textColor,
fontSize: fontSize,
iOSFontInfo: iOSFontInfo?.deepCopy(),
androidFontInfo: androidFontInfo?.deepCopy(),
);