ScanArea constructor

const ScanArea(
  1. double width,
  2. double height
)

Implementation

const ScanArea(this.width, this.height);