Macro iced_widget::stack
source ยท macro_rules! stack { () => { ... }; ($($x:expr),+ $(,)?) => { ... }; }
Expand description
Creates a Stack with the given children.
macro_rules! stack { () => { ... }; ($($x:expr),+ $(,)?) => { ... }; }
Creates a Stack with the given children.