Macro iced::widget::row

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

Creates a Row with the given children.