child_bottom

Function child_bottom 

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

P Insert node below the widget’s child.

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