M7LivelynessStepItem constructor

M7LivelynessStepItem({
  1. required M7LivelynessStep step,
  2. required String title,
  3. double? thresholdToCheck,
  4. required bool isCompleted,
  5. Color? detectionColor,
})

Implementation

M7LivelynessStepItem({
  required this.step,
  required this.title,
  this.thresholdToCheck,
  required this.isCompleted,
  this.detectionColor,
});