RegexPatternTextStyle<T> constructor
const
RegexPatternTextStyle<T> ({})
Implementation
const RegexPatternTextStyle({
required this.regexPattern,
required this.textStyle,
this.type,
this.caseSensitive = false,
this.multiLine = true,
});