Rafs
10/24/2022, 9:28 AMhorizontalArrangement
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.Filip Wiesner
10/24/2022, 9:58 AMspacedBy
takes Alignment
as a second optional parameterRafs
10/24/2022, 9:59 AM