LivenessDetectionStepOverlayWidget constructor
const
LivenessDetectionStepOverlayWidget({
- Key? key,
- required List<
LivenessDetectionStepItem> steps, - required VoidCallback onCompleted,
- required Widget camera,
- required bool isFaceDetected,
- bool showCurrentStep = false,
- bool isDarkMode = true,
- bool showDurationUiText = false,
- int? duration,
Implementation
const LivenessDetectionStepOverlayWidget(
{super.key,
required this.steps,
required this.onCompleted,
required this.camera,
required this.isFaceDetected,
this.showCurrentStep = false,
this.isDarkMode = true,
this.showDurationUiText = false,
this.duration});