PassiveFaceLivenessCustomizationIos constructor

PassiveFaceLivenessCustomizationIos({
  1. String? colorHex,
  2. String? greenMaskImageName,
  3. String? whiteMaskImageName,
  4. String? redMaskImageName,
  5. String? closeImageName,
  6. bool? showStepLabel,
  7. bool? showStatusLabel,
  8. double? buttonSize,
  9. String? buttonContentMode,
})

Implementation

PassiveFaceLivenessCustomizationIos(
    {this.colorHex,
    this.greenMaskImageName,
    this.whiteMaskImageName,
    this.redMaskImageName,
    this.closeImageName,
    this.showStepLabel,
    this.showStatusLabel,
    this.buttonSize,
    this.buttonContentMode});