Rich Text

It renders a block of rich text content, which may include formatting such as bold, italic, links, or other markup depending on the renderer. The component supports layout control via frame settings.

Constructors

RichText

RichText creates a new rich text component with the given value.


Methods

MethodDescription
Frame(frame Frame)Frame sets the layout frame for the rich text component.
FullWidth()FullWidth expands the rich text component to take the full available width.

Related