InputBoundary constructor

const InputBoundary(
  1. RegExpComponent expression, {
  2. bool start = false,
  3. bool end = false,
})

Attach ^ and/or $ to expression

Implementation

const InputBoundary(this.expression, {this.start = false, this.end = false,});