Text widget types#

Every time you need to render text use any of text widgets:

  • Const - returns text with no modifications

  • Format - formats text using format function.

  • Multi - multiple texts, joined with a separator

  • Case - shows one of texts based on condition

  • Progress - shows a progress bar

  • List - shows a dynamic group of texts (similar to Select keyboard widget)

  • Jinja - represents a HTML rendered using jinja2 template