VideoPlayerCTAStyle constructor
- String? backgroundColor,
- String? textColor,
- double? fontSize,
- ButtonShape? shape,
- IOSFontInfo? iOSFontInfo,
Implementation
VideoPlayerCTAStyle({
this.backgroundColor,
this.textColor,
this.fontSize,
this.shape,
this.iOSFontInfo,
});