Re ```CircularProgressIndicator``` I notice it doe...
# compose
k
Re
Copy code
CircularProgressIndicator
I notice it doesn't take a modifiers parameter. What is the recommended way to be able to change the layout of this component when it is underneath a Column{}. I want to be able to set LayoutGravity.center
l
Unfortunately right now it's "wait until we refactor it" or "copy paste and use your own"
k
No problem!
z
Can't you just wrap it in a
Box
and give your modifiers there?
👌 1