Choose a text widget for rendering content
developWhen you need to render text within a dialog, select the appropriate widget based on your requirements:
Const: Use for static text that requires no modifications.Format: Use to format text dynamically using theformatfunction.Multi: Use to display multiple text segments joined by a specific separator.Case: Use to display one of several text options based on a specific condition.Progress: Use to render a visual progress bar.List: Use to display a dynamic group of texts (behaves similarly to aSelectkeyboard widget).Jinja: Use to render HTML content using thejinja2templating engine.