inputFormattersConfirmPassword property

List<TextInputFormatter>? inputFormattersConfirmPassword
final

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

Implementation

final List<TextInputFormatter>? inputFormattersConfirmPassword;