pub fn node(
children: impl IntoUiNode,
spacing: impl IntoVar<GridSpacing>,
children_align: impl IntoVar<Align>,
) -> UiNodeExpand 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.