Macro iced_widget::stack

source ·
macro_rules! stack {
    () => { ... };
    ($($x:expr),+ $(,)?) => { ... };
}
Expand description

Creates a Stack with the given children.