static String? emailValidator(String? value) { return customRegexValidator(value, ValidatorRegexPattern.email, 'Invalid email address'); }