FrontIdScanner constructor
const
FrontIdScanner({})
Implementation
const FrontIdScanner({
Key? controller,
required this.onSuccess,
this.initialDirection = CameraLensDirection.back,
this.showOverlay = true,
required this.requireFace,
}) : super(key: controller);