ScannerBox constructor

const ScannerBox({
  1. Key? key,
  2. Widget? child,
  3. Color? borderColor,
  4. Color? scannerColor,
  5. double? hornStrokeWidth,
  6. double? scannerStrokeWidth,
  7. Size? scannerSize,
  8. Color? backgroundColor,
})

Implementation

const ScannerBox(
    {super.key,
    this.child,
    this.borderColor,
    this.scannerColor,
    this.hornStrokeWidth,
    this.scannerStrokeWidth,
    this.scannerSize,
    this.backgroundColor});