Function cosmic::iced_runtime::core::layout::next_to_each_other
source ยท pub fn next_to_each_other(
limits: &Limits,
spacing: f32,
left: impl FnOnce(&Limits) -> Node,
right: impl FnOnce(&Limits) -> Node,
) -> Node
Expand description
Produces a Node
with two children nodes one right next to each other.