Hacker News new | ask | show | jobs
by quadcore 1643 days ago
What happens if I want anchor a view to the bottom of the screen in a stack?

You can use Align for that.

1 comments

I didnt see a way to do this if the column is starting TOP to BOTTOM. I specifically want to set the second item in the stack ( ie the one on top ) to be anchored to bottom of the physical screen. I didnt see a way to do this with flutter flow's drag and drop.