is there a way to modfiy CircularProgressIndicator...
# compose
m
is there a way to modfiy CircularProgressIndicator innerPadding and the color of the remaining progress?
a
@Louis Pullen-Freilich [G] feature request for you!
h
While on the subject, LinearProgressIndicator's stroke width does not change according to the height of indicator as the docs suggest. It still uses default size
Copy code
val strokeWidth = ProgressIndicatorConstants.DefaultStrokeWidth.toPx()
a
I use
Modifier.offset()
right now to fix alignment issues with the inner padding of CircularProgressIndicator though that might not fix all issues