deepCopy method

ProductCardCTAButtonStyle deepCopy()

Implementation

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