RegexPatternTextStyle constructor

RegexPatternTextStyle({
  1. required String regexPattern,
  2. required TextStyle textStyle,
  3. dynamic type,
})

Implementation

RegexPatternTextStyle({required this.regexPattern, required this.textStyle, this.type});