Interesting...So do you end up with something like...
# compose
a
Interesting...So do you end up with something like
Copy code
modifier = padding(16.dp) wraps backgroundColor("red") wraps myOtherModifier(whatever)
?