Text
Displays a string of text with an optional TextStyle. This is a leaf element that maps directly to a UIToolkit Label.
Constructor
Text
Creates an Text element.
| Parameter | Description |
|---|---|
text | The text content to display. |
style | An optional text style. Null inherits from the parent. |
key | An optional key for reconciliation identity. |
Properties
Content
The text content to display.
Style
The visual style applied to the text. Null inherits all values from the parent.
Methods
ShouldRebuild
Last updated on