Arc
Overview
arc represents an arc-shaped numeric node.
Exclusive Props
rangeProps, see details Rangeprops
Common Events
valueChangedpressedreleased
Part Style
partStyles.indicator: the indication arc for the current value; configurablearcColor,arcGradientColor,arcWidth,arcRoundedpartStyles.knob: the drag handle
arc has no native gradient arc; when arcGradientColor is present, the LVGL backend approximates a two-color gradient with piecewise drawing.
Example
"partStyles": {
"indicator": {
"arcColor": "#22c55e",
"arcGradientColor": "#3b82f6",
"arcWidth": "10dp",
"arcRounded": true,
"arcGradientSegments": 48
}
}