does not produce the same result when passed to a `FlowRow`'s verticalArrangement?
I was under the impression they mean the same thing. Am I missing something or is this a bug?
(<- Top || spacedBy ->)
Place children vertically such that each two adjacent ones are spaced by a fixed [space]
* distance. The spacing will be subtracted from the available height that the children can
* occupy. An [alignment] can be specified to align the spaced children vertically inside
* the parent, in case there is empty height remaining.
shikasd
12/24/2024, 7:01 PM
I think it is WAI
a
Alex Styl
12/25/2024, 11:41 AM
I dont understand how the docs explain the output 😐
It's like Arrangment.spacedBy(0) forces the items to be within bounds, while without it they can overflow.
I dont think the distance between items change while using either, does it?
s
shikasd
12/25/2024, 4:27 PM
Not really, it says that spacing will be subtracted from available height, so you don't get the same behavior on overflow
➕ 1
a
Alex Styl
12/26/2024, 4:02 AM
i think it's how i interpret 'subtracted from available height'. i understand it as if there is no available height, then it wont be subtracted.
but I am assuming it means it will go negative instead