ProxyRichText constructor

const ProxyRichText(
  1. InlineSpan textSpan, {
  2. Key? key,
  3. RichTextBuilder? richTextBuilder,
})

Implementation

const ProxyRichText(
  this.textSpan, {
  Key? key,
  this.richTextBuilder,
}) : super(key: key);