pub fn child_out_right(child: impl IntoUiNode, node: impl IntoUiNode) -> UiNodeExpand description
P Insert node to the right of the widget’s child, outside of the child layout.
This property disables inline layout for the widget. See child_out_insert for more details.