Function zng::container::child_out_top
source · pub fn child_out_top(
child: impl UiNode,
node: impl UiNode,
spacing: impl IntoVar<Length>,
) -> impl UiNode
Expand description
P
Insert node
above the widget’s child, outside of the child layout.
This property disables inline layout for the widget. See child_out_insert
for more details.