TextRun constructor
TextRun({})
Implementation
TextRun({
this.content,
this.suggestedDeletionIds,
this.suggestedInsertionIds,
this.suggestedTextStyleChanges,
this.textStyle,
});
TextRun({
this.content,
this.suggestedDeletionIds,
this.suggestedInsertionIds,
this.suggestedTextStyleChanges,
this.textStyle,
});