Properties
| Property | Type | Description |
|---|---|---|
| data | String | The text to display. |
| children | List<StacTextSpan> | The list of text spans to display. |
| style | StacTextStyle | The style to apply to the text. |
| copyWithStyle | StacCustomTextStyle | Optional style overrides applied on top of style. |
| textAlign | StacTextAlign | The alignment of the text. |
| textDirection | StacTextDirection | The direction of the text. |
| softWrap | bool | Whether the text should break at soft line breaks. |
| overflow | StacTextOverflow | How visual overflow should be handled. |
| textScaleFactor | double | The number of font pixels for each logical pixel. |
| maxLines | int | The maximum number of lines to display. |
| semanticsLabel | String | The semantics label for the text. |
| textWidthBasis | StacTextWidthBasis | The width basis for the text. |
| selectionColor | StacColor | The color of the text selection. |