In a column with an `animatedVisiblity` and a `But...
# compose
r
In a column with an
animatedVisiblity
and a
Button
composable, how do I prevent the Button from moving to the space occupied by the
animatedVisiblity
when it is invisible.
i
It isn't invisible, it is gone entirely - not part of layout anymore, which means other items reflow into that space. https://issuetracker.google.com/issues/158837937 tracks adding an actual invisible state