inlineHtml static method

String inlineHtml(
  1. URichTextController c
)

Serializes one styled text run to inline HTML.

Implementation

static String inlineHtml(URichTextController c) => inlineHtmlOf(c.text, c.spans);