Function zng::container::child_insert
source · pub fn child_insert(
child: impl UiNode,
placement: impl IntoVar<ChildInsert>,
node: impl UiNode,
spacing: impl IntoVar<Length>,
) -> impl UiNode
Expand description
P
Insert node
in the placement
relative to the widget’s child.
This property disables inline layout for the widget.