IDFlowIOSVideoAppearance constructor

const IDFlowIOSVideoAppearance({
  1. String? success,
  2. String? error,
  3. String? loading,
  4. String? progressIndicator,
  5. String? progressTrack,
  6. String? stepDetectFocusedBackground,
  7. String? stepDetectFocusedForeground,
  8. String? stepFinishedBackground,
  9. String? stepFinishedForeground,
  10. String? stepMovingFocusedBackground,
  11. String? stepMovingFocusedForeground,
  12. String? stepMovingUnfocusedBackground,
  13. 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,
});