onTapConfirmPassword property

(dynamic Function()?) onTapConfirmPassword
final

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

Implementation

final Function()? onTapConfirmPassword;