I'd like my Lists (LazyColumns) to be able to scro...
# compose
t
I'd like my Lists (LazyColumns) to be able to scroll all the way so that the last item is positioned at the top, the rest being blank. I can use contentPadding to add space... but then I'm just left guessing how much bottom pad to add. I could maybe tie it into the layoutInfo of the list state and see if I can compute the value. Is there an easier way to accomplish this?