Stack container widget builder.
pub fn build(s: Stack) -> node.Node
Build the stack into a renderable Node.
pub fn clip(s: Stack, c: Bool) -> Stack
Set whether overflowing content is clipped.
pub fn new(id: String) -> Stack
Create a new stack builder.