CodeScanner constructor

const CodeScanner({
  1. required CodeScannerController controller,
  2. bool isScanFrame = false,
  3. Size? scanFrameSize,
  4. double frameWidth = 8,
  5. Color frameColor = const Color(0xffffffff),
})

Implementation

const CodeScanner({
  required this.controller,
  this.isScanFrame = false,
  this.scanFrameSize,
  this.frameWidth = 8,
  this.frameColor = const Color(0xffffffff),
});