LivenessResultScreen constructor

const LivenessResultScreen({
  1. Key? key,
  2. required String imagePath,
})

Creates a liveness result screen.

The imagePath parameter is required and should point to a valid image file.

Implementation

const LivenessResultScreen({super.key, required this.imagePath});