menu
i_validator package
documentation
validators/regex_validator.dart
RegexValidator
RegexValidator.new constructor
RegexValidator.new constructor
dark_mode
light_mode
RegexValidator
constructor
RegexValidator
(
{
required
String
pattern
,
required
String
errorText
,
})
Implementation
RegexValidator({required this.pattern, required this.errorText});
i_validator package
documentation
validators/regex_validator
RegexValidator
RegexValidator.new constructor
RegexValidator class