LocatorText constructor

const LocatorText({
  1. String? before,
  2. String? highlight,
  3. String? after,
})

Implementation

const LocatorText({this.before, this.highlight, this.after});