cosmic::iced::widget

Macro stack

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

Creates a Stack with the given children.