Simple question, I think: how can I set the offset...
# compose
t
Simple question, I think: how can I set the offset of an item as a percentage of the total width. There is a fillMaxWidth that takes a fraction, so something like offsetMaxWidth(0.5) ?
s
maybe add a space before with width relative to max ?
1
t
Worked like a charm. Thank you!
👍 1