VideoPlayerCTAStyle constructor Null safety

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

Implementation

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