ScannerPreview constructor

const ScannerPreview({
  1. Key? key,
  2. ScannerController? controller,
})

Creates ScannerPreview.

Implementation

const ScannerPreview({
  super.key,
  this.controller,
});