deepCopy method

Implementation

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