VideoPlayerCTAStyle constructor

VideoPlayerCTAStyle({
  1. String? backgroundColor,
  2. String? textColor,
  3. double? fontSize,
  4. IOSFontInfo? iOSFontInfo,
})

Implementation

VideoPlayerCTAStyle({
  this.backgroundColor,
  this.textColor,
  this.fontSize,
  this.iOSFontInfo,
});