Function cosmic::iced_widget::scrollable::layout

source ยท
pub fn layout<Renderer>(
    renderer: &Renderer,
    limits: &Limits,
    width: Length,
    height: Length,
    direction: &Direction,
    layout_content: impl FnOnce(&Renderer, &Limits) -> Node,
) -> Node
Expand description

Computes the layout of a Scrollable.