scanWindowBuilder property

Rect? Function(MobileScannerArguments)? scanWindowBuilder
final

⚡️ 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:

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;