onForgotPassword property

ForgotPasswordCallback? onForgotPassword
final

Callback that will be called after on tap of forgot password text. Commonly it navigates user to a screen to reset the password.

Implementation

final ForgotPasswordCallback? onForgotPassword;