LivenessDetectionStepOverlay constructor
const
LivenessDetectionStepOverlay({
- Key? key,
- required List<
LivenessDetectionStepItem> steps, - required VoidCallback onCompleted,
Implementation
const LivenessDetectionStepOverlay({super.key, required this.steps, required this.onCompleted});