RegexValidator constructor

RegexValidator({
  1. required String pattern,
  2. required String errorText,
})

Implementation

RegexValidator({required this.pattern, required this.errorText});