TextRun constructor

TextRun({
  1. String? content,
  2. TextStyle? style,
})

Implementation

TextRun({
  this.content,
  this.style,
});