PasswordTextField constructor
PasswordTextField({
- Key? key,
- TextEditingController? controller,
- bool? enabled,
- String? validator()?,
- AutovalidateMode? autovalidateMode,
- bool autocorrect = true,
- InputDecoration? decoration,
- String? initialValue,
- void onChanged()?,
Implementation
PasswordTextField({
this.key,
this.controller,
this.enabled,
this.validator,
this.autovalidateMode,
this.autocorrect = true,
this.decoration,
this.initialValue,
this.onChanged,
});