VideoPlayer constructor

VideoPlayer({
  1. String? embedHeight,
  2. String? embedHtml,
  3. String? embedWidth,
})

Implementation

VideoPlayer({
  this.embedHeight,
  this.embedHtml,
  this.embedWidth,
});