TextElement constructor
TextElement({
- AutoText? autoText,
- int? endIndex,
- ParagraphMarker? paragraphMarker,
- int? startIndex,
- TextRun? textRun,
Implementation
TextElement({
this.autoText,
this.endIndex,
this.paragraphMarker,
this.startIndex,
this.textRun,
});