zng_wgt_container

Function child_under

source
pub fn child_under(child: impl UiNode, node: impl UiNode) -> impl UiNode
Expand description

P Insert node under the widget’s child.

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