NicePasswordStrength constructor
Implementation
const NicePasswordStrength({
super.key,
required this.password,
this.showLabel = true,
this.showRequirements = true,
this.minLength = 8,
});
const NicePasswordStrength({
super.key,
required this.password,
this.showLabel = true,
this.showRequirements = true,
this.minLength = 8,
});