child_out_bottom

Function child_out_bottom 

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

P Insert node below the widget’s child, outside of the child layout.

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