NicePasswordInput constructor
const
NicePasswordInput({})
Implementation
const NicePasswordInput({
super.key,
this.value,
this.onChanged,
this.showStrength = true,
this.showToggle = true,
this.label,
this.errorText,
this.hintText,
this.enabled = true,
this.textInputAction,
this.onSubmitted,
});