I to want a row where the items goes to the next line if it gets to small. Fair enough, i am using FlowRow for that.
I want the items to take up the space on the line they are on. Ok, tried to use weight, but thats not possible.
So how can i create a Row that both goes to the next line when reaching a size limit, but also make it fill the whole possible width?
According to the documentation for
FlowRowit should behave this way automatically but adding a modifier to fill the max width might solve your issue. Here is the code snippet form the documentation withfillMaxWidth():