RegExpStr constructor

RegExpStr({
  1. required String text,
  2. TextStyle? style,
  3. String? type,
})

Implementation

RegExpStr({required this.text, this.style, this.type});