How to set the background color of Container ? Nee...
# compose
p
How to set the background color of Container ? Need help
a
First of all, Container has been finally removed in dev11, so please use Box instead. Box has a
backgroundColor
parameter. In general, you can use the
Modifier.drawBackground()
modifier to set a background of the element.