child_out_end

Function child_out_end 

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

P Insert node to the right of the widget’s child in LTR contexts or to the right of the widget’s child in RTL contexts, outside of the child layout.

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