Function zng_wgt_container::child_out_start

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

P Insert node to the left of the widget’s child in LTR contexts or to the right in RTL contexts, outside of the child layout.

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