Alexander Maryanovsky
06/02/2022, 9:49 AMColumn with a variable number of items and I want a new item to slide in when it’s added. AnimatedVisibility doesn’t seem to be the right solution, because the content is not visible/invisible, it just doesn’t exist before it’s added.Andrei Kovalev
06/02/2022, 10:16 AMLazyListState's layoutInfo + use AnimatedVisibilityTobias Suchalla
06/02/2022, 12:08 PM