composable, how do I prevent the Button from moving to the space occupied by the
animatedVisiblity
when it is invisible.
i
Ian Lake
07/30/2021, 10:38 PM
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