PatternStyle constructor

PatternStyle(
  1. Pattern from,
  2. RegExp regExp,
  3. String replace,
  4. TextStyle textStyle,
)

Implementation

PatternStyle(this.from, this.regExp, this.replace, this.textStyle);