FaceAuthenticatorCustomizationIos constructor

FaceAuthenticatorCustomizationIos({
  1. String? colorHex,
  2. String? greenMaskImageName,
  3. String? whiteMaskImageName,
  4. String? redMaskImageName,
  5. String? closeImageName,
  6. bool? showStepLabel,
  7. bool? showStatusLabel,
})

Implementation

FaceAuthenticatorCustomizationIos(
{this.colorHex,
  this.greenMaskImageName,
  this.whiteMaskImageName,
  this.redMaskImageName,
  this.closeImageName,
  this.showStepLabel,
  this.showStatusLabel});