PasswordField constructor

const PasswordField({String hintText, String labelText, String helperText, FormFieldSetter<String> onSaved, FormFieldValidator<String> validator })

Implementation

const PasswordField({
  this.hintText,
  this.labelText,
  this.helperText,
  this.onSaved,
  this.validator,
});