EnrollUpdateIcons constructor
const
EnrollUpdateIcons({
- EnrollStepIcon? modeIcon,
- EnrollStepIcon? idCard,
- EnrollStepIcon? passport,
- EnrollStepIcon? mobile,
- EnrollStepIcon? email,
- EnrollStepIcon? device,
- EnrollStepIcon? address,
- EnrollStepIcon? securityQuestions,
- EnrollStepIcon? password,
Implementation
const EnrollUpdateIcons({
this.modeIcon,
this.idCard,
this.passport,
this.mobile,
this.email,
this.device,
this.address,
this.securityQuestions,
this.password,
});