Uchenna Okoye
02/16/2023, 4:59 PMAlejandro Rios
02/16/2023, 5:06 PMCasey Brooks
02/16/2023, 5:08 PMUchenna Okoye
02/16/2023, 5:11 PMAlejandro Rios
02/16/2023, 5:12 PMUchenna Okoye
02/16/2023, 5:15 PMCasey Brooks
02/16/2023, 5:25 PMRow { }
, but change that third property to lineSpacing
, linePlacement
, lineArrangement
or something along those lines, to avoid confusion?Uchenna Okoye
02/16/2023, 5:57 PMFrancesc
02/16/2023, 6:45 PMRow
, Column
and others, it would be inconsistent to name these mainAxis
and crossAxis
while the others are named something elseLucas Kivi
02/16/2023, 7:06 PMmainAxis
and crossAxis
require me to think a little bit about which axis they are referring to given the layout. The second option is self-explanatory. I can use all of that saved effort to introduce bugs to other parts of my app.Uchenna Okoye
02/16/2023, 7:15 PMoverflowArrangement
instead of crossAxisArrangement/verticalArrangement
. This would refer to the arrangement across the overflow of rows/columns. Curious if this is a bit clearer than having verticalArrangement
and verticalAlignment
in the same API?