TextElement constructor

TextElement({
  1. AutoText? autoText,
  2. int? endIndex,
  3. ParagraphMarker? paragraphMarker,
  4. int? startIndex,
  5. TextRun? textRun,
})

Implementation

TextElement({
  this.autoText,
  this.endIndex,
  this.paragraphMarker,
  this.startIndex,
  this.textRun,
});