PasswordInput constructor
PasswordInput({})
Implementation
PasswordInput(
{Key? key,
this.value: "",
this.length: 6,
this.mask: true,
this.hideWhenSubmitted: false,
this.info,
this.onClick,
this.onChange,
this.onSubmitted})
: super(key: key);