PasswordField constructor
Implementation
const PasswordField({
this.hintText,
this.labelText,
this.helperText,
this.onSaved,
this.validator,
this.onFieldSubmitted,
this.controller,
this.activateIcon,
});
const PasswordField({
this.hintText,
this.labelText,
this.helperText,
this.onSaved,
this.validator,
this.onFieldSubmitted,
this.controller,
this.activateIcon,
});