ResetPasswordForm constructor
ResetPasswordForm({})
Implementation
ResetPasswordForm({
super.key,
required this.emailController,
required this.successRoutePage,
required this.resetContent,
this.btnText = 'Submit', // Provide a default button text
this.btnColor =
Colors.green, // Allow the button color to be null (optional)
});