What is the Stack widget?

Answer

The Stack widget allows its children to overlap each other, positioned on top of one another like layers. It is used to create overlapping UI elements such as a badge on an icon, a floating label over an image, or a custom overlay. Use the Positioned widget inside a Stack to place children at specific coordinates relative to the stack's boundaries. The last child in the list is drawn on top.