TextWithPosition constructor

TextWithPosition(
  1. String text,
  2. String delta,
  3. int position
)

Implementation

TextWithPosition(this.text, this.delta, this.position);