Options constructor
const
Options({
- Filter? filter,
- Color? titleTextColor,
- Color? promptTextColor,
- Color? closeButtonTintColor,
- Image? closeButtonImage,
- String? title,
- String? fontPath,
- Image? logoImage,
- Color? promptBackgroundColor,
- bool? promptRoundedCorners,
- Color? surroundColor,
- List<
Uint8List> ? certificates, - Duration? timeout,
- bool? enableScreenshots,
- Orientation? orientation,
- Camera? camera,
- FaceDetector? faceDetector,
- Color? headerBackgroundColor,
- bool? disableExteriorEffects,
- GenuinePresenceAssuranceOptions? genuinePresenceAssurance,
- 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.faceDetector,
this.headerBackgroundColor,
this.disableExteriorEffects,
this.genuinePresenceAssurance,
this.livenessAssurance,
});