Options constructor

const Options({
  1. Filter? filter,
  2. Color? titleTextColor,
  3. Color? promptTextColor,
  4. Color? closeButtonTintColor,
  5. Image? closeButtonImage,
  6. String? title,
  7. String? fontPath,
  8. Image? logoImage,
  9. Color? promptBackgroundColor,
  10. bool? promptRoundedCorners,
  11. Color? surroundColor,
  12. List<String>? certificates,
  13. Duration? timeout,
  14. bool? enableScreenshots,
  15. Orientation? orientation,
  16. Camera? camera,
  17. Color? headerBackgroundColor,
  18. bool? disableExteriorEffects,
  19. GenuinePresenceAssuranceOptions? genuinePresenceAssurance,
  20. LivenessAssuranceOptions? livenessAssurance,
})

Implementation

const Options({
  this.filter,
  this.titleTextColor,
  this.promptTextColor,
  this.closeButtonTintColor,
  this.closeButtonImage,
  this.title,
  this.fontPath,
  this.logoImage,
  this.promptBackgroundColor,
  this.promptRoundedCorners,
  this.surroundColor,
  this.certificates,
  this.timeout,
  this.enableScreenshots,
  this.orientation,
  this.camera,
  this.headerBackgroundColor,
  this.disableExteriorEffects,
  this.genuinePresenceAssurance,
  this.livenessAssurance,
});