ScannerOverlayShape constructor

const ScannerOverlayShape({
  1. Color borderColor = Colors.white,
  2. double borderWidth = 1.0,
  3. Color overlayColor = const Color(0x88000000),
})

Implementation

const ScannerOverlayShape({
  this.borderColor = Colors.white,
  this.borderWidth = 1.0,
  this.overlayColor = const Color(0x88000000),
});