customOverlayBuilder property
You can use your own custom overlay builder to build your own overlay This will override the default custom overlay
Implementation
final Widget? Function(BuildContext, bool?, MobileScannerController)?
customOverlayBuilder;