deepCopy method

VideoPlayerCTAStyle deepCopy()

Implementation

VideoPlayerCTAStyle deepCopy() => VideoPlayerCTAStyle(
      backgroundColor: backgroundColor,
      textColor: textColor,
      fontSize: fontSize,
      shape: shape,
      iOSFontInfo: iOSFontInfo?.deepCopy(),
    );