ScanWindow constructor

const ScanWindow({
  1. double left = 0.0,
  2. double top = 0.0,
  3. double width = 1.0,
  4. double height = 1.0,
})

Implementation

const ScanWindow({
  this.left = 0.0,
  this.top = 0.0,
  this.width = 1.0,
  this.height = 1.0,
});