Othman El Jazouli
01/03/2024, 4:03 PMLazyColumn
filling the screen, where the last item is pinned to the bottom if there is empty space, if not it will be scrollable as normal with no filler space,
lets say we have items A, B and C,
• if A and B are small, there will be empty space until C is show at the bottom of the LazyColumn
• if A and B are big enough to fill the screen then the list will contain A, B and C as normal
im trying to create a list with a “terms and conditions” which text can be big or small so needs to be part of the scrollable list, but also the items can vary in size where if there arent many the t&c would be pinned to bottom
thanks