TextFormatRun constructor

TextFormatRun({
  1. TextFormat? format,
  2. int? startIndex,
})

Implementation

TextFormatRun({
  this.format,
  this.startIndex,
});