# Progress Widget

Progress widgets are used to display progress indicators that visually represent the progress of a task.

<figure><img src="/files/IFPMKd4zyHqpAzPVJgsb" alt="Progress Wheel"><figcaption><p>Progress Wheel</p></figcaption></figure>

To utilize an Progress Wheel in your Flutter UI, adhere to these steps:

**1.** Drag the Progress Wheel widget from the Insert menu and drop it into your desired location within your UI.

**2.** Customize the appearance and behavior of the Progress Wheel by adjusting its properties in the editing section on the right.

### Components of Progress Wheel Widget

| Component                      | Description                                                                                                                                    |
| ------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| **Align Icons**                | Click icons or use shortcut keys to align Progress Wheel. For example, click "Align Left" or use Ctrl+Shift+Left to left-align Progress Wheel. |
| **Postitions**                 | Set Progress Wheel positions on the X and Y axis of the mobile canvas.                                                                         |
| **Margin**                     | Adjust the Progress Wheel margin from the top, bottom, left, or right by specifying margin values.                                             |
| **Progress Indicator color**   | Set the color of the progress indicator according to your need.                                                                                |
| **Indicator backgroung color** | Give the indicator a background color.                                                                                                         |
| **Value**                      | Set the value to determine how much progress you want to show in the indicator. If you want the loading progress, set it to -1.                |
| **Stroke Width**               | Define the width of the indicator's stroke according to your need.                                                                             |
| **Visible**                    | By checking the checkbox the entire selected Progress wheel will be hidden.                                                                    |

If you have any ideas to make Blup better you can share them through our [Discord community channel](https://discord.com/channels/940632966093234176/965313562425823303)

## Music to go with.

{% embed url="<https://open.spotify.com/playlist/0vvXsWCC9xrXsKd4FyS8kM?si=2c7f55bd3f944878>" %}
Lofi music
{% endembed %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.blup.in/wiki/design-ui/insert-widgets/progress-wheel-widget.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
