DynamicScannerOverlay constructor
const
DynamicScannerOverlay({})
Implementation
const DynamicScannerOverlay(
{super.borderColor,
super.borderWidth,
super.overlayColor,
super.borderRadius,
super.borderLength,
this.cutOutSize = 0.5})
: assert(cutOutSize >= 0 && cutOutSize <= 1,
'The cut out size must be between 0 and 1');