CharacterBoundary constructor

const CharacterBoundary(
  1. String _text
)

Creates a CharacterBoundary with the text.

Implementation

const CharacterBoundary(this._text);