Component - Stack and Positioned
The Stack widget lets you place widgets on top of each other, like stacking papers. The Positioned widget is used inside a Stack to place a child widget at a specific position, like sticking a note at a certain spot on a board.