| Parameter | Description |
|---|---|
| content | The visual content of the slider. |
| value | The default value of the slider. |
| minValue | The start value of the slider, it must be lower than the end value. |
| maxValue | The end value of the slider, it must to be higher than the end value. |
| rounded | Set to true if the slider should only have values rounded to the closest int value. |
| valueChanged | The callback that receives the new value of the slider when the user changes it. |
Specify the content and function of a main toolbar slider.