EmbedVideo constructor

EmbedVideo({
  1. String? url,
  2. String? proxyUrl,
  3. int? height,
  4. int? width,
})

Constructor

Implementation

EmbedVideo({
  this.url,
  this.proxyUrl,
  this.height,
  this.width,
});