:thinking_face: still not sure when a modifier ord...
# compose
a
🤔 still not sure when a modifier order is important. I know a bit about padding order but not sure yet about sizing. Can anyone explain how the following are so?
Copy code
// elements are centered
Row(Modifier.fillMaxWidth().wrapContentSize())
// positions element from start as I expected
Row(Modifier.wrapContentSize().fillMaxWidth())