SetPasswordForm constructor
const
SetPasswordForm({
- Key? key,
- required EmailAuthController controller,
- required String title,
- required String passwordLabelText,
- required String actionButtonLabel,
- required VoidCallback onActionPressed,
- required Widget bottomText,
Creates a SetPasswordForm widget.
Implementation
const SetPasswordForm({
super.key,
required this.controller,
required this.title,
required this.passwordLabelText,
required this.actionButtonLabel,
required this.onActionPressed,
required this.bottomText,
});