IDFlowIOSVideoAppearance constructor
const
IDFlowIOSVideoAppearance({
- String? success,
- String? error,
- String? loading,
- String? progressIndicator,
- String? progressTrack,
- String? stepDetectFocusedBackground,
- String? stepDetectFocusedForeground,
- String? stepFinishedBackground,
- String? stepFinishedForeground,
- String? stepMovingFocusedBackground,
- String? stepMovingFocusedForeground,
- String? stepMovingUnfocusedBackground,
- String? stepMovingUnfocusedForeground,
Implementation
const IDFlowIOSVideoAppearance({
this.success,
this.error,
this.loading,
this.progressIndicator,
this.progressTrack,
this.stepDetectFocusedBackground,
this.stepDetectFocusedForeground,
this.stepFinishedBackground,
this.stepFinishedForeground,
this.stepMovingFocusedBackground,
this.stepMovingFocusedForeground,
this.stepMovingUnfocusedBackground,
this.stepMovingUnfocusedForeground,
});