ScannerControlls constructor

ScannerControlls({
  1. required QRViewController? controller,
  2. required Orientation orientation,
  3. required Color foregroundColor,
  4. required Color backgroundColor,
})

Implementation

ScannerControlls({
  required this.controller,
  required this.orientation,
  required this.foregroundColor,
  required this.backgroundColor,
});