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