node

Function node 

Source
pub fn node(
    children: impl IntoUiNode,
    spacing: impl IntoVar<GridSpacing>,
    children_align: impl IntoVar<Align>,
) -> UiNode
Expand description

Wrap node.

Can be used directly to inline widgets without declaring a wrap widget info. This node is the child of the Wrap! widget.