Function zng_wgt_container::child_over

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

P Insert node over the widget’s child.

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