Is it possible to apply more than one `horizontalA...
# compose
r
Is it possible to apply more than one
horizontalArrangement
to the children of a
Row
. I want to use a combination of
Arrangement.spacedBy()
and
Arrangement.Center
to center the children in the row with even spacing. I can only do one at the moment.
f
spacedBy
takes
Alignment
as a second optional parameter
r
Oh man, how did I miss that. Thank you so much 🤟