FixedScannerOverlay constructor
const
FixedScannerOverlay({})
Implementation
const FixedScannerOverlay(
{super.borderColor,
super.borderWidth,
super.overlayColor,
super.borderRadius,
super.borderLength,
this.cutOutSize = 250})
: assert(borderLength <= cutOutSize / 2 + borderWidth * 2,
"Border can't be larger than ${cutOutSize / 2 + borderWidth * 2}");