deepCopy method

Implementation

ShoppingCTAButtonConfiguration deepCopy() => ShoppingCTAButtonConfiguration(
      text: text,
      backgroundColor: backgroundColor,
      textColor: textColor,
      fontSize: fontSize,
      iOSFontInfo: iOSFontInfo?.deepCopy(),
    );