logo
pub fn render_item_children(
    renderer: &mut dyn ItemRenderer,
    component: &ComponentRc,
    index: isize
)
Expand description

Renders the children of the item with the specified index into the renderer.