deepCopy method Null safety

ProductCardConfiguration deepCopy()

Implementation

ProductCardConfiguration deepCopy() => ProductCardConfiguration(
      ctaButtonText: ctaButtonText,
      theme: theme,
    );