LivenessAssuranceUiOptions constructor

const LivenessAssuranceUiOptions({
  1. Color? primaryTintColor,
  2. Color? secondaryTintColor,
  3. Color? floatingPromptBackgroundColor,
  4. Color? overlayStrokeColor,
})

Implementation

const LivenessAssuranceUiOptions({
  this.primaryTintColor,
  this.secondaryTintColor,
  this.floatingPromptBackgroundColor,
  this.overlayStrokeColor,
});