ScannerCameraPreview constructor
const
ScannerCameraPreview({
- Key? key,
- required ScannerController controller,
- Widget? placeholder,
- Widget? child,
- BoxFit fit = BoxFit.cover,
Constructs a ScannerCameraPreview.
Implementation
const ScannerCameraPreview({
super.key,
required this.controller,
this.placeholder,
this.child,
this.fit = BoxFit.cover,
});