PasswordInputFormatter constructor
PasswordInputFormatter({})
Implementation
PasswordInputFormatter({
required this.isComplex,
this.minLength,
this.maxLength,
this.message,
this.showToast,
this.regExp,
}
);