SafePasswordValidator constructor
const
SafePasswordValidator({})
Creates a SafePasswordValidator with configurable requirements.
Implementation
const SafePasswordValidator(
{this.requireDigit = true,
this.requireLowercase = true,
this.requireUppercase = true,
this.requireSpecialChar = true,
this.message});