RegexValidator constructor
RegexValidator({})
Implementation
RegexValidator({required this.regex, this.matchType = MatchType.Entire, this.trim = false, this.allowEmpty = false, this.message = "格式不符"});
RegexValidator({required this.regex, this.matchType = MatchType.Entire, this.trim = false, this.allowEmpty = false, this.message = "格式不符"});