ProxyRichText constructor
const
ProxyRichText(
- InlineSpan textSpan, {
- Key? key,
- RichTextBuilder? richTextBuilder,
Implementation
const ProxyRichText(
this.textSpan, {
Key? key,
this.richTextBuilder,
}) : super(key: key);