scanWindowBuilder property
⚡️ Added function from the original package
A function that builds the scan window which is an area where the scanner actively looks for barcodes. The scanWindowBuilder takes the following parameter:
arguments
: The MobileScannerArguments that contain metadata about the scanner.
This builder allows developers to adjust the scan window, defining where the scanner should specifically look for barcodes within the camera preview.
Implementation
final Rect? Function(MobileScannerArguments)? scanWindowBuilder;