Function zng_wgt_container::child_top

source ·
pub fn child_top(
    child: impl UiNode,
    node: impl UiNode,
    spacing: impl IntoVar<Length>,
) -> impl UiNode
Expand description

P Insert node above the widget’s child.

This property disables inline layout for the widget. See child_insert for more details.