NeoText
---
**Description:** Widget will be used to display texts.
**Parameters:**
All of the Text widget parameters plus these:
| Parameter Name | Type | Is Required | Description | Default Value |
| - | - | -| - | - |
|dataKey | String | No | Data key to set initial parameters coming from workflow, if exist. | |
|padding | EdgeInsetsDirectional? | No | Padding of the widget | null |
**Example Json Model**
```json
{
"type": "neo_text",
"args": {
"text": "Your current balance is {totalAmount} TL",
"dataKey": "totalAmount"
}
}
```