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