SuperSourceBox constructor

SuperSourceBox({
  1. int index = 0,
  2. bool enabled = false,
  3. int source = 0,
  4. int x = 0,
  5. int y = 0,
  6. int size = 1000,
  7. bool masked = false,
  8. int maskTop = 0,
  9. int maskBottom = 0,
  10. int maskLeft = 0,
  11. int maskRight = 0,
})

Implementation

SuperSourceBox({
  this.index = 0,
  this.enabled = false,
  this.source = 0,
  this.x = 0,
  this.y = 0,
  this.size = 1000,
  this.masked = false,
  this.maskTop = 0,
  this.maskBottom = 0,
  this.maskLeft = 0,
  this.maskRight = 0,
});