controllerConfirmPassword property

TextEditingController? controllerConfirmPassword
final

Use for the TextField lets the users input the new password second time to confirm. See also LoginTemplateTextField

Implementation

final TextEditingController? controllerConfirmPassword;