I'm trying to create a widget that only allow VStack
instead of List
. I'm struggling with aligning the VStack
to the top and letting the bottom truncate. It centres vertically and truncates both sides:
How can I make the VStack
to the top so it starts from 1
and let it truncate from the bottom?