MarkupRenderText constructor

MarkupRenderText(
  1. String text,
  2. bool rawHtml
)

Implementation

MarkupRenderText(this.text, this.rawHtml);