UiOptions constructor

const UiOptions({
  1. GenuinePresenceAssuranceUiOptions? genuinePresenceAssurance,
  2. LivenessAssuranceUiOptions? livenessAssurance,
  3. Filter? filter,
  4. Color? lineColor,
  5. Color? backgroundColor,
  6. Color? headerBackgroundColor,
  7. Color? footerBackgroundColor,
  8. Color? headerTextColor,
  9. Color? promptTextColor,
  10. bool? floatingPromptEnabled,
  11. String? title,
  12. String? fontPath,
  13. Image? logoImage,
  14. Image? closeButtonImage,
  15. Color? closeButtonTintColor,
  16. bool? enableScreenshots,
  17. Orientation? orientation,
  18. int? activityCompatibilityRequestCode,
  19. bool? floatingPromptRoundedCorners,
})

Implementation

const UiOptions({
  this.genuinePresenceAssurance,
  this.livenessAssurance,
  this.filter,
  this.lineColor,
  this.backgroundColor,
  this.headerBackgroundColor,
  this.footerBackgroundColor,
  this.headerTextColor,
  this.promptTextColor,
  this.floatingPromptEnabled,
  this.title,
  this.fontPath,
  this.logoImage,
  this.closeButtonImage,
  this.closeButtonTintColor,
  this.enableScreenshots,
  this.orientation,
  this.activityCompatibilityRequestCode,
  this.floatingPromptRoundedCorners,
});