FaceScannerView constructor
const
FaceScannerView({})
Implementation
const FaceScannerView({
Key? key,
required this.onFaceScanned,
this.options = const FaceScannerOptions(),
this.cameraPlaceholder,
this.overlayBuilder,
this.fullScreen = true,
}) : super(key: key);