ScannerBorderPainter constructor

ScannerBorderPainter({
  1. required Color color,
  2. double borderLineStrokeWidth = 4.0,
})

Implementation

ScannerBorderPainter({
  required this.color,
  this.borderLineStrokeWidth = 4.0,
});