NeoAvatar --- **Description:** Widget will be used to display user's avatar. **UI States:** ![Screen Shot 2023-11-21 at 16.03.32](https://hackmd.io/_uploads/HJmhcXcNa.png) **Parameters:** | Parameter Name | Type | Is Required | Description | Default Value | | - | - | -| - | - | |labelText | String? | No | Label text of button | null | |subText | String? | No | Label text in loading state | null | |padding | [EdgeInsetsDirectional](https://hackmd.io/VbfdvqKyRUmeeeAVrModPQ)? | No | Padding of widget | null | **Example Response** ```json { "type": "neo_avatar", "args": { "subText": "Hoşgeldin", "labelText": "Yeni Kullanıcı", "padding": { "top": 66 } } } ```