InputPassword constructor
const
InputPassword({
- Key? key,
- ValueChanged<
String> ? onChanged, - FormFieldValidator<
String> ? validate, - dynamic onValidationChanged(
- bool isValid
- VoidCallback? onforgotpassword,
- AutovalidateMode autovalidateMode = AutovalidateMode.disabled,
- String? hintText,
- bool? disabled,
- bool? obscureText,
- PasswordState? state,
- FocusNode? focusNode,
Implementation
const InputPassword({
super.key,
this.onChanged,
this.validate,
this.onValidationChanged,
this.onforgotpassword,
this.autovalidateMode = AutovalidateMode.disabled,
this.hintText,
this.disabled,
this.obscureText,
this.state,
this.focusNode,
});