Hey..I just started learning compose...how can we set color in spacer.....I want to have a 30 dp space with white color....by default it is coming black color....it tried setting spacer.background(white) but not working....suggest any way to do so...thanx
Gaurav
07/04/2021, 11:28 AM
Or we can do it without using spacer...like in XML we had view which just leave desired space..... something like that in compose?