ScannerTheme constructor
ScannerTheme({})
Implementation
ScannerTheme({
required this.primaryColor,
this.overlayColor = const Color(0x88000000),
this.scanAreaWidth = 260,
this.scanAreaHeight = 260,
this.cornerSize = 40,
});