child

Function child 

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

P The widget’s child.

Can be any type that implements UiNode, any widget.

In Container! derived widgets or similar this property is captured and used as the actual child, in other widgets this property is an alias for child_under.