I'm using `CircularProgressIndicator` and I want ...
# compose
m
I'm using
CircularProgressIndicator
and I want to change it's size. When using
Modifier.size(size)
it's getting clipped. Is there any other way to resize or is it not supported yet?
Got it working !! My bad, placement issues