| color | The color of the text. | integer |
| decoration | Allows you to underline, overline or strike out the text. | string- none
- lineThrough
- overline
- underline
|
| decorationColor | The color of the decoration. | integer |
| decorationStyle | The style in which to draw a text decoration. | string- solid
- dashed
- dotted
- double
- wavy
|
| decorationThickness | The thickness of the decoration. | number |
| fontFamily | The font family of the text. | string |
| fontFamilyFallback | The list of font families to use if the first font family could not be found. | array |
| fontSize | The size of the text. | number |
| fontStyle | The style of the text. | string |
| fontWeight | The weight of the text. | string- bold
- normal
- w100
- w200
- w300
- w400
- w500
- w600
- w700
- w800
- w900
|
| height | The height of this text. | number |
| letterSpacing | The amount of space to add between each letter. | number |
| overflow | How visual text overflow should be handled. | string |
| shadows | A list of Shadows that will be painted underneath the text. | array |
| textBaseline | The common baseline that should be aligned between this text and its parent text. | string |
| wordSpacing | The amount of space to add at each sequence of white-space. | number |