Skip to main content

stack

Function stack 

Source
pub fn stack(align: BoxAlign, scrim: bool, children: Vec<Widget>) -> Widget
Expand description

Z-stack/overlay (the Box widget). With scrim, the first child is a darkened background and the rest render on top.