RichTextSpan constructor
RichTextSpan(})
Implementation
RichTextSpan(
Object? text, {
this.color,
this.fontSize,
this.bold = false,
this.italic = false,
this.underline = false,
this.strikethrough = false,
this.name,
}) : text = normalizeExpression(text);