VideoPlayerLogoConfiguration constructor
- {required VideoPlayerLogoOption option,
- String? encodedId,
- bool isClickable = true}
Implementation
VideoPlayerLogoConfiguration({
required this.option,
this.encodedId,
this.isClickable = true,
});
VideoPlayerLogoConfiguration({
required this.option,
this.encodedId,
this.isClickable = true,
});