pdf/src/widgets/stack library

Classes

Positioned
A widget that controls where a child of a Stack is positioned.
PositionedDirectional
A widget that controls where a child of a Stack is positioned without committing to a specific TextDirection.
Stack
A widget that positions its children relative to the edges of its box.

Enums

Overflow
Whether overflowing children should be clipped, or their overflow be visible.
StackFit
How to size the non-positioned children of a Stack.