child_top

Function child_top 

Source
pub fn child_top(child: impl IntoUiNode, node: impl IntoUiNode) -> UiNode
Expand description

P Insert node above the widget’s child.

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