QrScanBoxPainter constructor

const QrScanBoxPainter({
  1. Color borderColor = Colors.white,
  2. double borderWidth = 8.0,
  3. Color overlayColor = const Color.fromRGBO(0, 0, 0, 80),
  4. double borderRadius = 12,
  5. double borderLength = 32,
  6. double cutOutBottomOffset = 0,
})

Implementation

const QrScanBoxPainter({
  this.borderColor = Colors.white,
  this.borderWidth = 8.0,
  this.overlayColor = const Color.fromRGBO(0, 0, 0, 80),
  this.borderRadius = 12,
  this.borderLength = 32,
  this.cutOutBottomOffset = 0,
});