Expand description
Text is a simple widget that allows you to print text on screen. See Text docs for more info and
examples.
Structs§
- Text
- Text is a simple widget that allows you to print text on screen. It has various options like word wrapping, text alignment, and so on.
- Text
Builder - TextBuilder is used to create instances of
Textwidget and register them in the user interface.
Enums§
- Text
Message - Possible messages that can be used to alternate
Textwidget state at runtime.