LivenessDetectionView constructor

const LivenessDetectionView({
  1. Key? key,
  2. required LivenessDetectionConfig config,
  3. required bool isEnableSnackBar,
  4. bool isDarkMode = true,
  5. bool showCurrentStep = false,
  6. bool shuffleListWithSmileLast = true,
})

Implementation

const LivenessDetectionView({
  super.key,
  required this.config,
  required this.isEnableSnackBar,
  this.isDarkMode = true,
  this.showCurrentStep = false,
  this.shuffleListWithSmileLast = true,
});