Hi guys, any replacement for FlexRow and FlexColum...
# compose
z
Hi guys, any replacement for FlexRow and FlexColumn? I'm not finding anything..
o
What did FlexRow used to do?
z
Like a Row, but would let you define which children have flexible width and which do not.
Anyway, just found out that applying a weight to the children I want measured last, it works for me 🙂
But not sure, if that can solve everything that FlexRow enabled us to do...
m
Everything you could do with FlexRow/FlexColumn you can now do with just Row/Column + modifiers
z
Cool, good to know. Thanks 🙂