OgVideo constructor

const OgVideo({
  1. String? image,
  2. String? url,
  3. String? secureUrl,
  4. String? width,
  5. String? height,
  6. String? type,
  7. String? alt,
})

Builds an OgVideo.

Implementation

const OgVideo({
  this.image,
  this.url,
  this.secureUrl,
  this.width,
  this.height,
  this.type,
  this.alt,
});