child_over

Function child_over 

Source
pub fn child_over(child: impl IntoUiNode, node: impl IntoUiNode) -> 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.