VideoPlayerLogoConfiguration constructor

VideoPlayerLogoConfiguration(
  1. {required VideoPlayerLogoOption option,
  2. String? encodedId,
  3. bool isClickable = true}
)

Implementation

VideoPlayerLogoConfiguration({
  required this.option,
  this.encodedId,
  this.isClickable = true,
});