I want to create a circular progress bar with a gradient like this using jetpack compose
I tried to do it using the Brush.sweepGradient however, it didn’t work correctly as the start angle of the progress bar and the sweep Gradient aren’t the same, and there is not parameter to control the angle in the sweepGradient
How to do it??