Widget: Stack

  • Widget lets you place widgets on top of each other in paint order.
  • You can then use the Positioned widget on children of a Stack to position them relative to the top, right, bottom, or left edge of the stack.
  • Are based on the web’s absolute positioning layout model.

Widget: Stack — Structure map

Clickable & Draggable!

Widget: Stack — Related pages: