I would like to implement a "progress bar" in the ...
# compose-desktop
y
I would like to implement a "progress bar" in the form of a circle with a certain width to it. It starts full grey and then the fill color goes around (like a clock). In svg I would draw an arc. I have no idea how to do this in this model. I guess I need a way to draw on the canvas somehow...
I found the Canvas() composable so I should be good
i
y
That is actually exactly what I need :)