pub fn child_under(child: impl IntoUiNode, node: impl IntoUiNode) -> UiNodeExpand description
P Insert node under the widget’s child.
This property disables inline layout for the widget. See child_insert for more details.
pub fn child_under(child: impl IntoUiNode, node: impl IntoUiNode) -> UiNodeP Insert node under the widget’s child.
This property disables inline layout for the widget. See child_insert for more details.