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