LivenessDetectionStepOverlayWidget constructor
const
LivenessDetectionStepOverlayWidget({})
Implementation
const LivenessDetectionStepOverlayWidget(
{super.key,
required this.steps,
required this.textStyle,
required this.onCompleted,
required this.camera,
required this.isFaceDetected,
this.showCurrentStep = false,
this.isDarkMode = true,
this.showDurationUiText = false,
this.duration});