Chris Johnson
03/29/2022, 7:26 PMLazyVerticalGrid or LazyHorizontalGrid in 1.2.0-alpha05. It seems like your content's size is determined by the columns/rows, horizontal/vertical arrangement/alignment, and contentPadding. Is there no way to custom it and say I want every item in my LazyVerticalGrid to be 40x80dp?Andrey Kulikov
03/29/2022, 9:31 PMGridCells you pass into LazyVerticalGrid is now an interface. you can implement it and provide the custom sizes as neededChris Johnson
03/29/2022, 9:39 PMcalculateCrossAxisCellSizes like how Fixed and Adaptive do