child_left

Function child_left 

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

P Insert node to the left of the widget’s child.

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