VideoLayer.file constructor

VideoLayer.file(
  1. String path, {
  2. int? x,
  3. int? y,
  4. int? width,
  5. int? height,
  6. bool isMute = false,
})

Implementation

VideoLayer.file(
  this.path, {
  this.x,
  this.y,
  this.width,
  this.height,
  this.isMute = false,
}) : type = FileType.file;