I'd like to know what are the differences between a Stack and a Column in Flutter? I know that both widgets are responsiple for stacking Widgets on top of each other I'm a bit confused when to use a Stack and when to use a Column?
I also know that a ListView is scrollable either horizontally or vertically and therefore distinguishes from a Column and a Stack. But neither the Stack nor the Column is scrollable.
So what is the difference between these two?