VideoViewerLanguage constructor

const VideoViewerLanguage({
  1. String settings = "Settings",
  2. String quality = "Quality",
  3. String speed = "Speed",
  4. String caption = "Caption",
  5. String captionNone = "None",
  6. String normalSpeed = "Normal",
  7. String seconds = "Seconds",
})

CUSTOM LANGUAGE FOR VIDEO VIEWER

Implementation

const VideoViewerLanguage({
  this.settings = "Settings",
  this.quality = "Quality",
  this.speed = "Speed",
  this.caption = "Caption",
  this.captionNone = "None",
  this.normalSpeed = "Normal",
  this.seconds = "Seconds",
});