LivenessDetectionStepOverlay constructor

const LivenessDetectionStepOverlay({
  1. Key? key,
  2. required List<LivenessDetectionStepItem> steps,
  3. required VoidCallback onCompleted,
})

Implementation

const LivenessDetectionStepOverlay({super.key, required this.steps, required this.onCompleted});