richText property

VxRichText richText

Get RichText Widget for the String

Implementation

VxRichText get richText =>
    VxRichText.existing((text as TextSpan).text!, text.style);