TextRender constructor

TextRender(
  1. String text,
  2. TextStyle style
)

Implementation

TextRender(this.text, this.style);