RenderText constructor

RenderText(
  1. String data,
  2. Style style
)

Implementation

RenderText(this.data, this.style);