GenuinePresenceAssuranceUiOptions constructor

const GenuinePresenceAssuranceUiOptions({
  1. bool? autoStartDisabled,
  2. Color? notReadyTintColor,
  3. Color? readyTintColor,
  4. Color? progressBarColor,
  5. Color? readyFloatingPromptBackgroundColor,
  6. Color? notReadyFloatingPromptBackgroundColor,
  7. Color? readyOverlayStrokeColor,
  8. Color? notReadyOverlayStrokeColor,
})

Implementation

const GenuinePresenceAssuranceUiOptions(
    {this.autoStartDisabled,
    this.notReadyTintColor,
    this.readyTintColor,
    this.progressBarColor,
    this.readyFloatingPromptBackgroundColor,
    this.notReadyFloatingPromptBackgroundColor,
    this.readyOverlayStrokeColor,
    this.notReadyOverlayStrokeColor});