ScanBoxPainter constructor

ScanBoxPainter(
  1. Rect? scanBox
)

Creates a ScanBoxPainter to paint the scan box.

Implementation

ScanBoxPainter(this.scanBox);