ScannerPreview constructor
const
ScannerPreview({
- Key? key,
- ScannerController? controller,
Creates ScannerPreview.
Implementation
const ScannerPreview({
super.key,
this.controller,
});