CreateUserConfig constructor
const
CreateUserConfig({})
Implementation
const CreateUserConfig({
required this.isEmailRequired,
required this.isNameRequired,
this.isGenderRequired = false,
this.isDobRequired = false,
required this.showEmail,
required this.showUserName,
this.showDob = false,
this.showGender = false,
});