menu
ui_widgets_component package
documentation
validators/regex_validator.dart
RegexValidator
RegexValidator.new constructor
RegexValidator.new constructor
dark_mode
light_mode
RegexValidator
constructor
RegexValidator
(
{
required
RegExp
regex
,
List
<
String
>
examples
=
const []
,
})
Implementation
RegexValidator({ required this.regex, this.examples = const [], });
ui_widgets_component package
documentation
validators/regex_validator
RegexValidator
RegexValidator.new constructor
RegexValidator class