LivenessScreen constructor

const LivenessScreen({
  1. Key? key,
  2. bool? enablelighting = false,
})

Implementation

const LivenessScreen({super.key, this.enablelighting = false});