I'm using countdown (reverse counting) so need progress fill counterclockwise.
I see it doesn't have direction setting.
I've tried Modifier.grapficsLayer(scaleX = -1f)
or Modifier.scale(x=-1f) but it doesn't mirror CircularProgressIndicator on X axis.
Is there a way to change progress to counterclockwise / remove progress clockwise?
try using this
Modifier.scale(scaleX = -1f, scaleY = 1f),
worked for me
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With