ForgotPasswordView constructor
const
ForgotPasswordView({
- Key? key,
- FirebaseAuth? auth,
- String? email,
- ActionCodeSettings? actionCodeSettings,
- WidgetBuilder? subtitleBuilder,
Implementation
const ForgotPasswordView({
Key? key,
this.auth,
this.email,
this.actionCodeSettings,
this.subtitleBuilder,
this.footerBuilder,
}) : super(key: key);