TextFormatRun constructor
TextFormatRun({
- TextFormat? format,
- int? startIndex,
Implementation
TextFormatRun({
this.format,
this.startIndex,
});
TextFormatRun({
this.format,
this.startIndex,
});