Macro iced::widget::column

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

Creates a Column with the given children.