deepCopy method

ProductCardIconConfiguration deepCopy()

Implementation

ProductCardIconConfiguration deepCopy() => ProductCardIconConfiguration(
      cornerRadius: cornerRadius,
    );