RecoverPasswordPage constructor
- {Key? key,
- required String email}
Implementation
const RecoverPasswordPage({
Key? key,
required this.email,
}) : super(key: key);
const RecoverPasswordPage({
Key? key,
required this.email,
}) : super(key: key);