EnrollUpdateIcons constructor

const EnrollUpdateIcons({
  1. EnrollStepIcon? modeIcon,
  2. EnrollStepIcon? idCard,
  3. EnrollStepIcon? passport,
  4. EnrollStepIcon? mobile,
  5. EnrollStepIcon? email,
  6. EnrollStepIcon? device,
  7. EnrollStepIcon? address,
  8. EnrollStepIcon? securityQuestions,
  9. EnrollStepIcon? password,
})

Implementation

const EnrollUpdateIcons({
  this.modeIcon,
  this.idCard,
  this.passport,
  this.mobile,
  this.email,
  this.device,
  this.address,
  this.securityQuestions,
  this.password,
});