Is there any way to add a background color to a Co...
# compose
l
Is there any way to add a background color to a Column or Row without wrapping them in a surface?
z
You can implement a
DrawModifier
to do that.
👍 2